QuickOPC User's Guide and Reference
UATreePosition Class Members
Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace : UATreePosition Class

The following tables list the members exposed by UATreePosition.

Public Properties
 NameDescription
Public PropertyGets the exception encountered during browsing.  
Public PropertyBrowse name of the node (this string is intended for programmatic use). (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertySpecifies the browse path for the OPC node. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyThe display name of the node (this string is localized and intended to be human readable). (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyThe node has been reached by following a forward reference. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyDetermines whether this object represents a root of the tree.  
Public PropertyDetermines the level of this object inside a tree.  
Public PropertyThe class of the node. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyNode Id of this node. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyGets the parent object in the tree.  
Public PropertyGets the node descriptor of the parent object.  
Public PropertyType Id of the reference that was used to reach the node. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public PropertyType Id of the type of this node. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public MethodDetermines root of a tree to which the current tree position belongs.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodReturns a string that represents the current object.Returns a string with the node Id. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public MethodConverts a OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement to a node descriptor. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodInfrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Protected MethodInfrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement)
Top
Extension Methods
 NameDescription
Public Extension MethodDetermines whether a given UA node represents a Data Variable.
Public Extension MethodDetermines whether a given UA node represents a Property.
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

UATreePosition Class
OpcLabs.EasyOpc.UA.Graphs Namespace
TraverseNodeTree(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) Method