Name | Description | |
---|---|---|
DANodeElement Constructor | Overloaded. |
The following tables list the members exposed by DANodeElement.
Name | Description | |
---|---|---|
DANodeElement Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultItemId | Default Item Id. Equals to null, meaning that no Item Id is specified. |
Name | Description | |
---|---|---|
BrowsePath | Specifies the browse path for the OPC node. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
HasChildren | The element has children and can be used for a subsequent browse. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsBranch | The node is a branch (a "folder" the can contain other nodes). (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsHint | This element is a “hint” leaf versus being a valid item. The OpcLabs.EasyOpc.NodeElement.Name property contains the hint text, and ItemID is an empty string. | |
IsItem | This element is an item, i.e. it is a leaf but not a hint. | |
IsLeaf | The element is a leaf. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsRoot | Determines whether this element describes a root of the address space. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
ItemId | The unique identifier for this item. | |
Name | Short user-friendly portion of the namespace pointing to the element. This is the string to be used for display purposes. | |
NodePath | The node path for this node. Only used with OPC XML. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
Root | The node element for the root of the address space. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
MakePathElements | Creates a path containing DANodeElement-s made from browse names, starting from the root. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToDANodeDescriptor | Converts a DANodeElement to a node descriptor. | |
ToString | Returns a string that represents the current object.Returns a string that represents the current object.Returns a string with the node Id. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
WriteXmlElement | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.NodeElement) |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |