Name | Description | |
---|---|---|
EnumerationDataType Constructor | Overloaded. |
The following tables list the members exposed by EnumerationDataType.
Name | Description | |
---|---|---|
EnumerationDataType Constructor | Overloaded. |
Name | Description | |
---|---|---|
Description | Human-readable description of the member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo) | |
DisplayName | Specifies the display name for a member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo) | |
EnumerationMembers | Describes possible enumeration values. | |
FullName | The full name of the data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType) | |
IsComplete | Determines whether the data type is complete, i.e. all constituent data types are filled in. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType) | |
IsRecursive | Determines whether the data type is recursive, i.e. contains any cycle. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType) | |
IsTerminable | Determines whether the data type is terminable, i.e. can produce a finite generic data. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType) | |
Kind | The kind of data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType) | |
Name | The short descriptive name of the member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo) | |
SizeInBits | How many bits the enumeration value can occupy. Equals to -1 when unknown. |
Name | Description | |
---|---|---|
Add | Adds an enumeration members to the data type. | |
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
FindByDecimalValue | Finds an enumeration member by its value. | |
FindByInt32Value | Finds an enumeration member by its value. | |
FindByValue | Finds an enumeration member by its value. | |
GetEnumerator | ||
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
Remove | Overloaded. | |
ToString | Overloaded. Overridden. Returns a string that represents the current object.Returns a string that represents the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure. |
Name | Description | |
---|---|---|
AsEnumerationDataType | The current data type expressed as enumeration data type. | |
AsOpaqueDataType | The current data type expressed as opaque data type. | |
AsPrimitiveDataType | The current data type expressed as primitive data type. | |
AsSequenceDataType | The current data type expressed as sequence data type. | |
AsStructuredDataType | The current data type expressed as structured data type. | |
AsUnionDataType | The current data type expressed as union data type. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |