VeriStand .NET API Reference

DataValueArray Members

The DataValueArray type exposes the following members.

NameDescription
DataValueArray
Overloaded. Initializes a new instance of DataValueArray.

Methods

NameDescription
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.
FinalizeAllows 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.)
GetTypeGets 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.
MemberwiseCloneCreates 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[]).)
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Properties

NameDescription
ChildTypeGets 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.)
TypeGets 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

NameDescription
PropertyChanged Occurs when a property value changes. (Inherited from DataResource.)

See Also

Log in to get a better experience