IBrowse |
public interface IBrowseItem : IAddress, IEquatable<IAddress>
The IBrowseItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessName |
User printable string address.
(Inherited from IAddress) | |
| AllowedAccess |
The access rights for this address.
(Inherited from IAddress) | |
| IsBranch | True if this item has children and can be expanded. | |
| IsItem | True if this item can be loaded. | |
| Name | The name of this browse item node. | |
| Parent | The parent browse item. |
| Name | Description | |
|---|---|---|
| FindChild | Find a child item with the given itemName or accessName. | |
| GetChildren | Return children of a branch item. | |
| GetDataType |
Returns the type defined by this address.
(Inherited from IAddress) |
| 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) | |
| IOSymbol |
Returns the CIP IOSymbol for a symbol table browseItem.
(Defined by IOSymbolExtensions) | |
| 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) | |
| PLCSymbol |
Returns the CIP PLCSymbol for a symbol table browseItem.
(Defined by PLCSymbolExtensions) | |
| SiblingServerItems |
Gets all sibling server items belonging to this browseItem.
(Defined by BrowseItemExtensions) | |
| TreatAsItem |
Gets a value indicating whether this branch should be treated as an item.
(Defined by BrowseItemExtensions) |