DataValueT Methods |
The DataValueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Create(DataValue) |
Constructs a DataValue{T}.
| |
| Create(T) |
Constructs a DataValue{T}.
| |
| Create(ValueStruct) |
Constructs a DataValue{T}.
| |
| Create(T, CommonTime) |
Constructs a DataValue{T}.
| |
| Create(ValueStruct, CommonTime) |
Constructs a DataValue{T}.
| |
| Equals(DataValue) |
Determines whether the specified value equals the current value (ignoring time).
| |
| Equals(T) |
Determines whether the specified value equals the current value (ignoring time).
| |
| Equals(DataValueT) |
Determines whether the specified value equals the current value (ignoring time).
| |
| Equals(Object) |
Determines whether the specified value equals the current value (ignoring time).
(Overrides ValueTypeEquals(Object).) | |
| Equals(ValueStruct) |
Determines whether the specified value equals the current value (ignoring time).
| |
| GetDataType |
Returns the type of the value.
| |
| GetHashCode |
Returns a hash code for the current value (excluding time).
(Overrides ValueTypeGetHashCode.) | |
| GetTime |
Returns the time of the event that produced the value.
| |
| GetValue |
Returns the the actual .Net value.
| |
| GetValueStruct |
Returns the the actual .Net value.
| |
| ToString |
Value as a string.
(Overrides ValueTypeToString.) |