OPC Labs Base Library
PrimitiveDataType Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : PrimitiveDataType Object
Public 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.

 

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.

Public 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.
The .NET type of values represented by this data type.

 

DISPID (Dispatch ID):

 

For more information, see ValueType in .NET Reference.

See Also

PrimitiveDataType Object