ReadFromServerT Methods | 
The ReadFromServerT generic 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 | 
            Sets the value of the item.
              (Inherited from BindableItem.) | |
| ToString | (Inherited from BindableItem.) | |
| 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.) |