Click or drag to resize

WriteToServerT Methods

The WriteToServerT generic type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new BindableItem that is a copy of this item.
(Inherited from BindableItem.)
Public methodEquals (Inherited from BindableItem.)
Public methodForce
Force the value.
(Inherited from BindableItem.)
Public methodSetValueT
Sets the value of the item.
(Inherited from BindableItem.)
Public methodToString (Inherited from BindableItem.)
Public methodUnForce
Unforce the value.
(Inherited from BindableItem.)
Public methodUnforcedValueAsT
Cast the UnforcedValue to a specific type if necessary.
(Inherited from BindableItem.)
Public methodUnforcedValueIsT
Test whether the UnforcedValue is of the given type.
(Inherited from BindableItem.)
Public methodValueAsT
Cast the value to a specific type if necessary.
(Inherited from BindableItem.)
Public methodValueIsT
Test whether the Value is of the given type.
(Inherited from BindableItem.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsBound
True if the specified serverItem and bindableItem are bound by some expression.
(Defined by CTScript.)
Public Extension MethodRemoveBindings
Remove existing bindings and server items for bindable item.
(Defined by CTScript.)
Top
See Also