DataValueArray Members
- Updated2023-02-21
- 5 minute(s) read
The DataValueArray(T) type exposes the following members.
| Name | Description | |
|---|---|---|
| DataValueArray(T) | Overloaded.
Initializes a new instance of DataValueArray(T).
|
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current data resource. (Inherited from DataResource.) | |
| Equals | Overloaded.
Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses
Body and the CaseValue to determine equivalency.
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FromString | Builds the current DataValueArray(T) from the specified string. | |
| GetBytes | Returns DataValueArray(T) as an array of bytes. (Overrides DataValue.GetBytes().) | |
| GetHashCode | Serves as a hash function for a DataValue object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from DataValue.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValues | Returns the values of DataValueArray(T). (Overrides DataValueArray.GetValues().) | |
| IsEqualTo | Overloaded.
Determines whether the specified DataValueArray is equal to the current DataValueArray.
| |
| IsGreaterThan | Overloaded.
Determines whether the value of each element in the current DataValueArray is greater than the corresponding value in the specified DataValueArray.
| |
| IsGreaterThanOrEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is greater than or equal to the corresponding value in the specified DataValueArray.
| |
| IsLessThan | Overloaded.
Determines whether the value of each element in the current DataValueArray is less than the corresponding value in the specified DataValueArray.
| |
| IsLessThanOrEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is less than or equal to the corresponding value in the specified DataValueArray.
| |
| IsNotEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is not equal to the corresponding value in the specified DataValueArray.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetBytes | Sets DataValueArray(T) based on Bytes. (Overrides DataValueArray.SetBytes(Byte[]).) | |
| ToString | Returns a string representation of DataValueArray(T) (Overrides Object.ToString().) |
Properties
| Name | Description | |
|---|---|---|
| ChildType | Gets the data type of the elements in DataValueArray(T). (Overrides DataValueArray.ChildType.) | |
| Item | Gets or sets the element at the specified index. | |
| Length | Gets the total number of elements in DataValueArray(T). (Overrides DataValueArray.Length.) | |
| Size | Gets the number of elements in each dimension of DataValueArray(T). (Overrides DataValue.Size.) | |
| Type | Gets the data type of DataValueArray. (Inherited from DataValueArray.) | |
| Units | Gets or sets the units of the data value. Units can be any string that makes sense for the data value. (Inherited from DataValue.) | |
| Value | Gets or sets an array of values in DataValueArray(T). | |
| ValueAsString | Gets or sets a string representation of the values in DataValueArray(T). |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from DataResource.) |