Overload | Description |
---|---|
UADataValue Constructor() | Initializes a new instance of the class with default data. |
UADataValue Constructor(Object) | Initializes a new instance of the class, with given value. |
UADataValue Constructor(UADataValue) | Initializes a new instance of the class, making a copy of an existing instance. |
UADataValue Constructor(Object,DateTime) | Initializes a new instance of the class, with given value and source timestamp. |
UADataValue Constructor(Object,UAStatusCode) | Initializes a new instance of the class, with given value and status code. |
UADataValue Constructor(Object,UAStatusCode,DateTime) | Initializes a new instance of the class, with given value, status code and source timestamp. |
UADataValue Constructor(Object,UAStatusCode,DateTime,DateTime) | Initializes a new instance of the class, with given value, status code, source timestamp, and server timestamp. |
UADataValue Constructor(Object,UAStatusCode,DateTime,Int32) | Initializes a new instance of the class, with given value, status code, and source timestamp and picoseconds. |
UADataValue Constructor(Object,UAStatusCode,DateTime,Int32,DateTime,Int32) | Initializes a new instance of the class, with given value, status code, source timestamp and picoseconds, and server timestamp and picoseconds. |
UADataValue Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |