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

Public Properties
The data type of the contents of the field.

 

DISPID (Dispatch ID):

 

For more information, see DataType in .NET Reference.

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.

Determines whether the data field is complete, i.e. the data type is filled in.

 

DISPID (Dispatch ID):

 

For more information, see IsComplete in .NET Reference.

Determines whether the field denotes a length of some sequence.

 

DISPID (Dispatch ID):

 

For more information, see IsLength in .NET Reference.

Determines whether the field may be omitted from the encoded data.

 

DISPID (Dispatch ID):

 

For more information, see IsOptional in .NET Reference.

Determines whether the field acts as a switch for some other field.

 

DISPID (Dispatch ID):

 

For more information, see IsSwitch in .NET Reference.

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

 

DISPID (Dispatch ID):

 

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

DataField Object