Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The NodeMetadata type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NodeMetadata |
Initializes the object with its handle and NodeId.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccessLevel |
Whether the Node can be use to read or write current or historical values.
| |
| ArrayDimensions |
The ArrayDimensions for the Value attribute for Variable or VariableType nodes.
| |
| BrowseName |
The BrowseName for the Node.
| |
| DataType |
The DataType of the Value attribute for Variable or VariableType nodes.
| |
| DisplayName |
The DisplayName for the Node.
| |
| EventNotifier |
Whether the Node can be used with event subscriptions or for historial event queries.
| |
| Executable |
Whether the Node is a Method that can be executed.
| |
| Handle |
The handle assigned by the NodeManager that owns the Node.
| |
| ModellingRule |
The modelling for the Node (if one exists).
| |
| NodeClass |
The NodeClass for the Node.
| |
| NodeId |
The canonical NodeId for the Node.
| |
| TypeDefinition |
The type definition for the Node (if one exists).
| |
| ValueRank |
The ValueRank for the Value attribute for Variable or VariableType nodes.
| |
| WriteMask |
Specifies which attributes are writeable.
|