|
|
Serializable
|
[XmlTypeAttribute("Measurement")] [DataContractAttribute(Name = "Measurement", Namespace = "")] public class SerializableMeasurement
The SerializableMeasurement type exposes the following members.
| Name | Description | |
|---|---|---|
| SerializableMeasurement | Initializes a new instance of the SerializableMeasurement class. | |
| SerializableMeasurement(IMeasurement) | Initializes a new instance of the SerializableMeasurement class. |
| Name | Description | |
|---|---|---|
| Device | Gets or sets the device of the IMeasurement. | |
| Key | Gets or sets the Key. | |
| SignalID | Gets or sets the ID. | |
| SignalType | Gets or sets the signal type of the IMeasurement. | |
| Timestamp | Gets or sets the Timestamp in DateTime string format. | |
| Value | Gets or sets the AdjustedValue. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnProcessException | Raises the ProcessException event. | |
| SetDeviceAndSignalType | Acquires and sets the device and signal type of the source measurement. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ProcessException | Occurs when an System.Exception is encountered when processing a request. |