Click or drag to resize

DataValueT Methods

The DataValueT generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(DataValue)
Constructs a DataValue{T}.
Public methodStatic memberCreate(T)
Constructs a DataValue{T}.
Public methodStatic memberCreate(ValueStruct)
Constructs a DataValue{T}.
Public methodStatic memberCreate(T, CommonTime)
Constructs a DataValue{T}.
Public methodStatic memberCreate(ValueStruct, CommonTime)
Constructs a DataValue{T}.
Public methodEquals(DataValue)
Determines whether the specified value equals the current value (ignoring time).
Public methodEquals(T)
Determines whether the specified value equals the current value (ignoring time).
Public methodEquals(DataValueT)
Determines whether the specified value equals the current value (ignoring time).
Public methodEquals(Object)
Determines whether the specified value equals the current value (ignoring time).
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ValueStruct)
Determines whether the specified value equals the current value (ignoring time).
Public methodGetDataType
Returns the type of the value.
Public methodGetHashCode
Returns a hash code for the current value (excluding time).
(Overrides ValueTypeGetHashCode.)
Public methodGetTime
Returns the time of the event that produced the value.
Public methodGetValue
Returns the the actual .Net value.
Public methodGetValueStruct
Returns the the actual .Net value.
Public methodToString
Value as a string.
(Overrides ValueTypeToString.)
Top
See Also