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


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

The following tables list the members exposed by SequenceDataType.

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 PropertyThe data type of the elements of the sequence.  
Public PropertyThe full name of the data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.DataType)
Public PropertyHow many elements the sequence has. Equals to -1 when unknown (e.g. dynamic). A 32-bit signed integer.  
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 sequences represents the first dimension of an array.  
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 PropertyHow many elements the sequence has. Equals to -1 when unknown (e.g. dynamic).  
Public PropertyThe short descriptive name of the member or data type. (Inherited from OpcLabs.BaseLib.DataTypeModel.TypeMemberInfo)
Top
Public Methods
 NameDescription
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 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. 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

SequenceDataType Class
OpcLabs.BaseLib.DataTypeModel Namespace