QuickOPC User's Guide and Reference
EnumerationDataType Class Members
Properties  Methods 


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace : EnumerationDataType Class

The following tables list the members exposed by EnumerationDataType.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Properties
 NameDescription
Public PropertyHuman readable description of the member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo)
Public PropertySpecifies the display name for a member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo)
Public PropertyDescribes possible enumeration values.  
Public PropertyThe full name of the data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyDetermines whether the data type is complete, i.e. all constituent data types are filled in. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyDetermines whether the data type is recursive, i.e. contains any cycle. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyDetermines whether the data type is terminable, i.e. can produce a finite generic data. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyThe kind of a data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyThe short descriptive name of the member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo)
Public PropertyHow many bits the enumeration value can occupy. Equals to -1 when unknown.  
Top
Public Methods
 NameDescription
Public MethodAdds an enumeration members to the data type.  
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public MethodFinds an enumeration member by its value.  
Public MethodFinds an enumeration member by its value.  
Public MethodFinds an enumeration member by its value.  
Public Method  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverloaded. Removes an enumeration member from the data type.  
Public MethodOverloaded. Overridden. Returns a string that represents the current object.Returns a string that represents the current object.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Top
Extension Methods
 NameDescription
Public Extension MethodThe current data type expressed as enumeration data type.
Public Extension MethodThe current data type expressed as opaque data type.
Public Extension MethodThe current data type expressed as primitive data type.
Public Extension MethodThe current data type expressed as sequence data type.
Public Extension MethodThe current data type expressed as structured data type.
Public Extension MethodThe current data type expressed as union data type.
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

EnumerationDataType Class
OpcLabs.BaseLib.DataTypeModel Namespace