Click or drag to resize

BindableItem Methods

The BindableItem type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a new BindableItem that is a copy of this item.
Public methodEquals 
Public methodForce Force the value.
Public methodSetValueT(T) Sets the value of the item.
Public methodSetValueT(T, ValueSource) Sets the value of the item.
Public methodToString
(Overrides ObjectToString)
Public methodUnForce Unforce the value.
Public methodUnforcedValueAsT Cast the UnforcedValue to a specific type if necessary.
Public methodUnforcedValueIsT Test whether the UnforcedValue is of the given type.
Public methodValueAsT Cast the value to a specific type if necessary.
Public methodValueIsT Test whether the Value is of the given type.
Top
Extension Methods
 NameDescription
Public Extension MethodAssociatedServerItem Gets one ServerItem corresponding to a browseItem.
(Defined by BrowseItemExtensions)
Public Extension MethodFindChild Finds a child item with the given name.
(Defined by BrowseItemExtensions)
Public Extension MethodFullName Returns the full (usually dot separated) name.
(Defined by BrowseItemExtensions)
Public Extension MethodIOSymbol Returns the CIP IOSymbol for a symbol table browseItem.
(Defined by IOSymbolExtensions)
Public Extension MethodIsAllLoaded Gets a value indicating whether all items from the browseItem have been loaded.
(Defined by BrowseItemExtensions)
Public Extension MethodIsAnyLoadable Gets a value indicating whether any item, or sub-items, can be loaded.
(Defined by BrowseItemExtensions)
Public Extension MethodIsAnyLoaded Gets a value indicating whether any items from the branch have been loaded.
(Defined by BrowseItemExtensions)
Public Extension MethodIsBound True if the specified serverItem and bindableItem are bound by some expression.
(Defined by CTScript)
Public Extension MethodPLCSymbol Returns the CIP PLCSymbol for a symbol table browseItem.
(Defined by PLCSymbolExtensions)
Public Extension MethodRemoveBindings Remove existing bindings and server items for bindable item.
(Defined by CTScript)
Public Extension MethodSetValueT Sets the value of the item.
(Defined by ConnectionPointExtensions)
Public Extension MethodSiblingServerItems Gets all sibling server items belonging to this browseItem.
(Defined by BrowseItemExtensions)
Public Extension MethodTreatAsItem Gets a value indicating whether this branch should be treated as an item.
(Defined by BrowseItemExtensions)
Top
See Also