Write |
The WriteToServerT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a new BindableItem that is a copy of this item.
(Inherited from BindableItem) | |
| Equals | (Inherited from BindableItem) | |
| Force |
Force the value.
(Inherited from BindableItem) | |
| SetValueT(T) |
Sets the value of the item.
(Inherited from BindableItem) | |
| SetValueT(T, ValueSource) |
Sets the value of the item.
(Inherited from BindableItem) | |
| ToString | (Inherited from BindableItemT) | |
| UnForce |
Unforce the value.
(Inherited from BindableItem) | |
| UnforcedValueAsT |
Cast the UnforcedValue to a specific type if necessary.
(Inherited from BindableItem) | |
| UnforcedValueIsT |
Test whether the UnforcedValue is of the given type.
(Inherited from BindableItem) | |
| ValueAsT |
Cast the value to a specific type if necessary.
(Inherited from BindableItem) | |
| ValueIsT |
Test whether the Value is of the given type.
(Inherited from BindableItem) |
| Name | Description | |
|---|---|---|
| IsBound |
True if the specified serverItem and bindableItem are bound by some expression.
(Defined by CTScript) | |
| RemoveBindings |
Remove existing bindings and server items for bindable item.
(Defined by CTScript) |