Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The NodeMetadata type exposes the following members.

Constructors

  NameDescription
Public methodNodeMetadata
Initializes the object with its handle and NodeId.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessLevel
Whether the Node can be use to read or write current or historical values.
Public propertyArrayDimensions
The ArrayDimensions for the Value attribute for Variable or VariableType nodes.
Public propertyBrowseName
The BrowseName for the Node.
Public propertyDataType
The DataType of the Value attribute for Variable or VariableType nodes.
Public propertyDisplayName
The DisplayName for the Node.
Public propertyEventNotifier
Whether the Node can be used with event subscriptions or for historial event queries.
Public propertyExecutable
Whether the Node is a Method that can be executed.
Public propertyHandle
The handle assigned by the NodeManager that owns the Node.
Public propertyModellingRule
The modelling for the Node (if one exists).
Public propertyNodeClass
The NodeClass for the Node.
Public propertyNodeId
The canonical NodeId for the Node.
Public propertyTypeDefinition
The type definition for the Node (if one exists).
Public propertyValueRank
The ValueRank for the Value attribute for Variable or VariableType nodes.
Public propertyWriteMask
Specifies which attributes are writeable.

See Also