OPC Labs EasyOPC-UA Library
UAFieldMetaData Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAFieldMetaData 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.

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.

Specifies the maximum supported length of each dimension.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAFieldMetaData.SetArrayDimensions in .NET Reference.

Public Properties
Specifies the maximum supported length of each dimension.

 

DISPID (Dispatch ID):

 

For more information, see ArrayDimensions in .NET Reference.

The built-in data type of the field.

 

DISPID (Dispatch ID):

 

For more information, see BuiltInType in .NET Reference.

Specifies additional properties for the configured PubSub object.

 

DISPID (Dispatch ID):

 

For more information, see CustomPropertyValueDictionary in .NET Reference.

Flags for the field.

 

DISPID (Dispatch ID):

 

For more information, see DataSetFieldFlags in .NET Reference.

The unique ID for the field in the dataset.

 

DISPID (Dispatch ID):

 

For more information, see DataSetFieldId in .NET Reference.

The unique ID for the field in the dataset, expressed as a string.

 

DISPID (Dispatch ID):

 

For more information, see DataSetFieldIdString in .NET Reference.

The node Id of the data type of this field.

 

DISPID (Dispatch ID):

 

For more information, see DataTypeId in .NET Reference.

Description of the field.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Specifies the maximum supported length of a String or ByteString.

 

DISPID (Dispatch ID):

 

For more information, see MaximumStringLength in .NET Reference.

Specifies the maximum supported length of a String or ByteString, as 32-bit signed integer.

 

DISPID (Dispatch ID):

 

For more information, see MaximumStringLengthInt32 in .NET Reference.

The name of the PubSub object.

 

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.

Indicates whether the data type is an array and how many dimensions the array has.

 

DISPID (Dispatch ID):

 

For more information, see ValueRank in .NET Reference.

See Also

UAFieldMetaData Object