Serializable
|
[XmlTypeAttribute("FlatlinedMeasurement")] [DataContractAttribute(Name = "FlatlinedMeasurement", Namespace = "")] public class SerializableFlatlinedMeasurement : SerializableMeasurement
The SerializableFlatlinedMeasurement type exposes the following members.
Name | Description | |
---|---|---|
SerializableFlatlinedMeasurement | Initializes a new instance of the SerializableFlatlinedMeasurement class. | |
SerializableFlatlinedMeasurement(IMeasurement, Int64) | Initializes a new instance of the SerializableFlatlinedMeasurement class. |
Name | Description | |
---|---|---|
Device |
Gets or sets the device of the IMeasurement.
(Inherited from SerializableMeasurement) | |
Key |
Gets or sets the Key.
(Inherited from SerializableMeasurement) | |
SignalID |
Gets or sets the ID.
(Inherited from SerializableMeasurement) | |
SignalType |
Gets or sets the signal type of the IMeasurement.
(Inherited from SerializableMeasurement) | |
TimeSinceLastChange | Gets or sets the amount of time in seconds since the IMeasurement last changed its value. | |
Timestamp |
Gets or sets the Timestamp in DateTime string format.
(Inherited from SerializableMeasurement) | |
Value |
Gets or sets the AdjustedValue.
(Inherited from SerializableMeasurement) |
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.
(Inherited from SerializableMeasurement) | |
SetDeviceAndSignalType |
Acquires and sets the device and signal type of the source measurement.
(Inherited from SerializableMeasurement) | |
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.
(Inherited from SerializableMeasurement) |