Name | Description | |
---|---|---|
Node Constructor | Overloaded. |
The following tables list the members exposed by Node.
Name | Description | |
---|---|---|
Node Constructor | Overloaded. |
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
DeclarationString | Describes the basic external characteristics of the node, such as its name. | |
IsBranch | Determines whether this node is a branch. | |
IsLeaf | Determines whether this node is a leaf. | |
IsRoot | Determines whether this node is a root. | |
Name | The name of this node in the node space. | |
Nodes | A collection of sub-nodes in this node (branch). | |
ParentNode | The node that is the parent of this node. | |
Site | (Inherited from System.ComponentModel.Component) | |
State | An arbitrary object associated with the node. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
IsLocked | Determines whether the node is locked. | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ValidBranchTypeList | The types of branch sub-nodes that can be added to this node. | |
ValidLeafTypeList | The types of leaf sub-nodes that can be added to this node. |
Name | Description | |
---|---|---|
Add | Adds a sub-node to this node. | |
Clear | Removes all sub-nodes. | |
Clone | Overridden. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
Equals | Overloaded. Determines whether the specified object is equal to the current object. | |
GetEnumerator | ||
GetHashCode | Serves as the default hash function. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNewNodeNameBase | Infrastructure. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetTreeTraverser | Returns a tree traverser that iterates through the tree. | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Lock | Locks the node. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Remove | Removes the specified sub-node from this node. | |
ToString | Overridden. | |
Unlock | Unlocks the node. | |
ValueEquals | Overloaded. Determines whether the specified Node is value equal to the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
OnFirstUnlock | Called when the lock count becomes non-zero. | |
OnLastUnlock | Called when the lock count becomes zero. | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
PropertyChanged | ||
PropertyChanging |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |