Click or drag to resize

CustomProperty Methods

The CustomProperty type exposes the following members.

Methods
  NameDescription
Public methodClone
Create a clone of the custom property.
(Overrides BindableItemClone.)
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
Name of the custom property.
(Overrides BindableItemToString.)
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