OPC Labs EasyOPC-UA Library
UADataTypeDescription Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UAEnumDescription Object : UADataTypeDescription Interface
Description
An abstract base type for all OPC UA data type descriptions, containing the data type Node ID and the definition for custom data types likes structures and enumerations.

 

IID (Interface ID): 2d2f3602-7a08-48e2-a83e-9efe9c4a204b

 

For more information, see _UADataTypeDescription in .NET Reference.

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.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Converts the data type description to a data type info.

 

DISPID (Dispatch ID):

 

For more information, see ToUADataTypeInfoResult in .NET Reference.

Properties
The Node ID of the data type.

 

DISPID (Dispatch ID):

 

For more information, see DataTypeId in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

A unique name for the data type.

 

DISPID (Dispatch ID):

 

For more information, see Name in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _UADataTypeDescription in .NET Reference.

See Also

UAEnumDescription Object