Click or drag to resize

BrowseItemExtensions Class

Extension methods for IBrowseItem.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsBrowseItemExtensions

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static class BrowseItemExtensions

The BrowseItemExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssociatedServerItem
Gets one ServerItem corresponding to a browseItem.
Public methodStatic memberFindChild
Finds a child item with the given name.
Public methodStatic memberFullName
Returns the full (usually dot separated) name.
Public methodStatic memberIsAllLoaded
Gets a value indicating whether all items from the browseItem have been loaded.
Public methodStatic memberIsAnyLoadable
Gets a value indicating whether any item, or sub-items, can be loaded.
Public methodStatic memberIsAnyLoaded
Gets a value indicating whether any items from the branch have been loaded.
Public methodStatic memberSiblingServerItems
Gets all sibling server items belonging to this browseItem.
Public methodStatic memberTreatAsItem
Gets a value indicating whether this branch should be treated as an item.
Top
See Also