BindableItem Methods |
The BindableItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a new BindableItem that is a copy of this item.
| |
| DetachFromVisual | ||
| Equals | ||
| ToString | (Overrides ObjectToString.) | |
| ValueAsT |
Cast the value to a specific type if necessary.
| |
| ValueIsT |
Test whether the Value is of the given type.
|
| Name | Description | |
|---|---|---|
| AssociatedServerItem |
Gets one ServerItem corresponding to a browseItem.
(Defined by BrowseItemExtensions.) | |
| FindChild |
Finds a child item with the given name.
(Defined by BrowseItemExtensions.) | |
| FullName |
Returns the full (usually dot separated) name.
(Defined by BrowseItemExtensions.) | |
| GetDataType |
Returns the type defined by this address.
(Defined by AddressExtensions.) | |
| IsAllLoaded |
Gets a value indicating whether all items from the browseItem have been loaded.
(Defined by BrowseItemExtensions.) | |
| IsAnyLoadable |
Gets a value indicating whether any item, or sub-items, can be loaded.
(Defined by BrowseItemExtensions.) | |
| IsAnyLoaded |
Gets a value indicating whether any items from the branch have been loaded.
(Defined by BrowseItemExtensions.) | |
| SiblingServerItems |
Gets all sibling server items belonging to this browseItem.
(Defined by BrowseItemExtensions.) | |
| ToString(Type) | Overloaded.
Return string representation using the format for asAddressType.
(Defined by AddressExtensions.) | |
| ToStringT | Overloaded.
Return string representation using the format for T.
(Defined by AddressExtensions.) | |
| TreatAsItem |
Gets a value indicating whether this branch should be treated as an item.
(Defined by BrowseItemExtensions.) |