Name | Description | |
---|---|---|
SequenceData Constructor | Overloaded. |
The following tables list the members exposed by SequenceData.
Name | Description | |
---|---|---|
SequenceData Constructor | Overloaded. |
Name | Description | |
---|---|---|
DataType | The associated sequence data type. | |
DataTypeKind | The kind of this data. (Inherited from OpcLabs.BaseLib.DataTypeModel.GenericData) | |
Elements | The elements of the sequence data. | |
IsValid | Indicates whether the current data is valid. The associated data type, if present, is used for validation. (Inherited from OpcLabs.BaseLib.DataTypeModel.GenericData) |
Name | Description | |
---|---|---|
Add | Adds an element to the end of the sequence. | |
BitsFromValue | Overloaded. | |
Clone | Overridden. | |
CreateArray | Overloaded. Creates a sequence data that represents a one-dimensional array. | |
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. | |
FromPrimitiveValues | Overloaded. | |
GetEnumerator | ||
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetMinimumLengths | Gets an array of 32-bit integers that represent the number of elements in each dimension of the array. | |
GetMinimumLongLengths | Gets an array of 64-bit integers that represent the number of elements in each dimension of the array. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
GetValue | Overloaded. Gets the value at the specified position in the one-dimensional array. The index is specified as a 32-bit integer. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
SetValue | Overloaded. Sets a value to the element at the specified position in the one-dimensional array. The index is specified as a 32-bit integer. | |
ToString | Overloaded. Overridden. Returns a string that represents the current object.Returns a string that represents the current object. | |
TryValidate | Overridden. Attempts to validate the current data. The associated data type, if present, is used for validation. 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. 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. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. 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. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |