Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The DataValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataValue()()()() |
Initializes the object with default values.
| |
| DataValue(DataValue) |
Creates a deep copy of the value.
| |
| DataValue(StatusCode) |
Initializes the object with a status code.
| |
| DataValue(Variant) |
Initializes the object with a value.
| |
| DataValue(StatusCode, DateTime) |
Initializes the object with a status code and a server timestamp.
| |
| DataValue(Variant, StatusCode) |
Initializes the object with a value and a status code.
| |
| DataValue(Variant, StatusCode, DateTime) |
Initializes the object with a value, a status code and a source timestamp
| |
| DataValue(Variant, StatusCode, DateTime, DateTime) |
Initializes the object with a value, a status code, a source timestamp and a server timestamp
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Makes a deep copy of the object.
| |
| Equals |
Determines if the specified object is equal to the object.
(Overrides Object..::..Equals(Object).) | |
| 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.) | |
| GetHashCode |
Returns a unique hashcode for the object.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(Type) |
Ensures the data value contains a value with the specified type.
| |
| GetValue<(Of <<'(T>)>>)(T) |
Gets the value from the data value.
| |
| IsBad |
Returns true if the status code is bad.
| |
| IsGood |
Returns true if the status code is good.
| |
| IsNotBad |
Returns true if the status is good or uncertain.
| |
| IsNotGood |
Returns true if the status is bad or uncertain.
| |
| IsNotUncertain |
Returns true if the status is good or uncertain.
| |
| IsUncertain |
Returns true if the status code is uncertain.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() |
Converts the value to a human readable string.
(Overrides Object..::..ToString()()()().) | |
| ToString(String, IFormatProvider) |
Returns the string representation of the object.
|
Properties
| Name | Description | |
|---|---|---|
| ServerPicoseconds |
Additional resolution for the server timestamp.
| |
| ServerTimestamp |
The server timestamp associated with the value.
| |
| SourcePicoseconds |
Additional resolution for the v timestamp.
| |
| SourceTimestamp |
The source timestamp associated with the value.
| |
| StatusCode |
The status code associated with the value.
| |
| Value |
The value of data value.
| |
| WrappedValue |
The value of data value.
|