OPC Labs Base Library
EnumerationDataType Collection Members
Overview 
OpcLabs_BaseLib ActiveX DLL : EnumerationDataType Collection
Public Methods
Adds an enumeration members to the data type.

 

DISPID (Dispatch ID):

 

For more information, see Add in .NET Reference.

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.

Finds an enumeration member by its decimal value.

 

DISPID (Dispatch ID):

 

For more information, see FindByDecimalValue in .NET Reference.

Finds an enumeration member by its value, given as 32-bit signed integer.

 

DISPID (Dispatch ID):

 

For more information, see FindByInt32Value in .NET Reference.

Finds an enumeration member by its value.

 

DISPID (Dispatch ID):

 

For more information, see FindByValue in .NET Reference.

 

DISPID (Dispatch ID): -4

 

For more information, see GetEnumerator 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.

Removes an enumeration member from the data type.

 

DISPID (Dispatch ID):

 

For more information, see Remove 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.

Describes possible enumeration values.

 

DISPID (Dispatch ID):

 

For more information, see EnumerationMembers 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.

How many bits the enumeration value can occupy. Equals to -1 when unknown.

 

DISPID (Dispatch ID):

 

For more information, see SizeInBits 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.
See Also

EnumerationDataType Collection