OPC Labs EasyOPC-UA Library
UANodeDescriptor Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UANodeDescriptor Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Computes an equivalent node descriptor that is flattened.

 

DISPID (Dispatch ID):

 

For more information, see Flatten in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Determines whether the node descriptor matches another node descriptor.

 

DISPID (Dispatch ID):

 

For more information, see Match in .NET Reference.

Public Properties
Name of the alias to be used in place of this object. Empty string if the object is not aliased.

 

DISPID (Dispatch ID):

 

For more information, see AliasName in .NET Reference.

The node descriptor in form of an argument string.

 

DISPID (Dispatch ID):

 

For more information, see ArgumentString in .NET Reference.

Specifies the browse path for the OPC-UA node.

 

DISPID (Dispatch ID):

 

For more information, see BrowsePath in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether there is a non-null browse path in the descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasBrowsePath in .NET Reference.

Determines whether there is a non-null node ID in the descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasNodeId in .NET Reference.

Determines whether this object is aliased.

 

DISPID (Dispatch ID):

 

For more information, see IsAliased in .NET Reference.

Determines whether the node descriptor is null, i.e. specifies neither node ID nor a browse path.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

A node Id. Stores an identifier for a node in a server's address space, together with a complete namespace URI.

 

DISPID (Dispatch ID):

 

For more information, see NodeId in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UANodeDescriptor Object