OPC Studio User's Guide and Reference
Node Class Members
Properties  Methods  Events


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace : Node Class

The following tables list the members exposed by Node.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyCan be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public PropertyDescribes the basic external characteristics of the node, such as its name.  
Public PropertyDetermines whether this node is a branch.  
Public PropertyDetermines whether this node is a leaf.  
Public PropertyDetermines whether this node is a root.  
Public PropertyThe name of this node in the node space.  
Public PropertyA collection of sub-nodes in this node (branch).  
Public PropertyThe node that is the parent of this node.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyAn arbitrary object associated with the node.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyDetermines whether the node is locked.  
Protected PropertyThe service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected Internal PropertyThe types of branch sub-nodes that can be added to this node.  
Protected Internal PropertyThe types of leaf sub-nodes that can be added to this node.  
Top
Public Methods
 NameDescription
Public MethodAdds a sub-node to this node.  
Public MethodRemoves all sub-nodes.  
Public MethodOverridden.   
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded.  (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public Method  
Public MethodServes as the default hash function.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInfrastructure.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodReturns a tree traverser that iterates through the tree.  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodLocks the node.  
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodRemoves the specified sub-node from this node.  
Public MethodOverridden.   
Public MethodUnlocks the node.  
Public MethodOverloaded. Determines whether the specified Node is value equal to the current object.  
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected MethodCalled when the lock count becomes non-zero.  
Protected MethodCalled when the lock count becomes zero.  
Protected MethodOverridden. Infrastructure.  
Protected MethodOverridden. Infrastructure.  
Top
Extension Methods
 NameDescription
Public Extension MethodSets the arbitrary object associated with the node.
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public Event  
Public Event  
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

Node Class
OpcLabs.BaseLib.NodeSpace Namespace