Overload | Description |
---|---|
DataValue Constructor() | Initializes the object with default values. |
DataValue Constructor(DataValue) | Creates a deep copy of the value. |
DataValue Constructor(Variant) | Initializes the object with a value. |
DataValue Constructor(StatusCode) | Initializes the object with a status code. |
DataValue Constructor(StatusCode,DateTime) | Initializes the object with a status code and a server timestamp. |
DataValue Constructor(Variant,StatusCode) | Initializes the object with a value and a status code. |
DataValue Constructor(Variant,StatusCode,DateTime) | Initializes the object with a value, a status code and a source timestamp |
DataValue Constructor(Variant,StatusCode,DateTime,DateTime) | Initializes the object with a value, a status code, a source timestamp and a server timestamp |