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