Name | Description | |
---|---|---|
EnumerationData Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by EnumerationData.
Name | Description | |
---|---|---|
EnumerationData Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
MaximumSizeInBits | The maximum supported value size, in bits. Equals to 63. |
Name | Description | |
---|---|---|
DataType | The associated enumeration data type. | |
DataTypeKind | The kind of this data. (Inherited from OpcLabs.BaseLib.DataTypeModel.GenericData) | |
DecimalValue | The current enumeration value. A decimal. | |
Int32Value | The current enumeration value. A 32-bit signed integer. | |
IsValid | Indicates whether the current data is valid. The associated data type, if present, is used for validation. (Inherited from OpcLabs.BaseLib.DataTypeModel.GenericData) | |
Value | The current enumeration value. | |
ValueDisplayName | The display name of the current value. | |
ValueName | The name of the current value. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified GenericData is equal to the current object. | |
GetBitArray | Returns the current enumeration value, represented in a bit array. | |
GetHashCode | Overridden. | |
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) | |
ToString | Overloaded. Overridden. | |
TryValidate | Overridden. Attempts to validate the current data. The associated data type, if present, is used for validation. | |
Validate | Validates the current data. The associated data type, if present, is used for validation. (Inherited from OpcLabs.BaseLib.DataTypeModel.GenericData) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
CheckDataType | Overridden. Infrastructure. | |
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. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
AsEnumerationData | The current generic data expressed as data of enumeration data type. | |
AsOpaqueData | The current generic data expressed as data of opaque data type. | |
AsPrimitiveData | The current generic data expressed as data of primitive data type. | |
AsSequenceData | The current generic data expressed as data of sequence data type. | |
AsStructuredData | The current generic data expressed as data of structured data type. | |
AsUnionData | The current generic data expressed as data of union data type. | |
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |