OPC Labs Base Library
DataType Interface Members
OpcLabs_BaseLib ActiveX DLL > OpaqueDataType Object : DataType Interface
Description
An abstract data type.

 

IID (Interface ID): ba6f3fa3-f1cc-42ca-b592-08ddb1ad3af6

 

For more information, see _DataType in .NET Reference.

Methods
The current data type expressed as enumeration data type.

 

DISPID (Dispatch ID):

 

For more information, see AsEnumerationDataType in .NET Reference.

The current data type expressed as opaque data type.

 

DISPID (Dispatch ID):

 

For more information, see AsOpaqueDataType in .NET Reference.

The current data type expressed as primitive data type.

 

DISPID (Dispatch ID):

 

For more information, see AsPrimitiveDataType in .NET Reference.

The current data type expressed as sequence data type.

 

DISPID (Dispatch ID):

 

For more information, see AsSequenceDataType in .NET Reference.

The current data type expressed as structured data type.

 

DISPID (Dispatch ID):

 

For more information, see AsStructuredDataType in .NET Reference.

The current data type expressed as union data type.

 

DISPID (Dispatch ID):

 

For more information, see AsUnionDataType in .NET Reference.

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.

Properties
Human readable description of the member or data type.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

Specifies the display name for a member or data type.

 

DISPID (Dispatch ID):

 

For more information, see DisplayName in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The full name of the data type.

 

DISPID (Dispatch ID):

 

For more information, see FullName in .NET Reference.

Determines whether the data type is complete, i.e. all constituent data types are filled in.

 

DISPID (Dispatch ID):

 

For more information, see IsComplete in .NET Reference.

Determines whether the data type is recursive, i.e. contains any cycle.

 

DISPID (Dispatch ID):

 

For more information, see IsRecursive in .NET Reference.

Determines whether the data type is terminable, i.e. can produce a finite generic data.

 

DISPID (Dispatch ID):

 

For more information, see IsTerminable in .NET Reference.

The kind of a data type.

 

DISPID (Dispatch ID):

 

For more information, see Kind in .NET Reference.

The short descriptive name of the member or 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.

Formats the value of the current instance using the specified format.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Converts the value of the current object to its equivalent string representation using the specified format.
Remarks

For remarks, see _DataType in .NET Reference.

See Also

OpaqueDataType Object