DataValueArray Members
- Mise à jour2023-02-21
- Temps de lecture : 5 minute(s)
The DataValueArray type exposes the following members.
| Name | Description | |
|---|---|---|
| DataValueArray | Overloaded.
Initializes a new instance of DataValueArray.
|
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 DataResource object. This method uses Type and Units 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.) | |
| GetBytes | Returns the data value as an array of bytes. (Inherited from DataValue.) | |
| GetDataValueArrayOfType | Returns a data value array object of the specified data type. | |
| 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 an array that contains a value for each element of DataValueArray. This is an abstract declaration only. Derived classes must implement the correct GetValues method for that class. | |
| 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 based on Bytes. Derived classes must implement the correct SetBytes method for that class. (Overrides DataValue.SetBytes(Byte[]).) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ChildType | Gets the data type of the elements in DataValueArray. This is an abstract declaration only. Derived classes must implement the correct ChildType property for that class. | |
| Length | Gets the total number of elements in DataValueArray This is an abstract declaration only. Derived classes must implement the correct Length property for that class. | |
| Size | Gets the size of the data value. (Inherited from DataValue.) | |
| Type | Gets the data type of DataValueArray. (Overrides DataValue.Type.) | |
| 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.) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from DataResource.) |