![]() |
Serializable
|
[XmlTypeAttribute("OutOfRangeMeasurement")] [DataContractAttribute(Name = "OutOfRangeMeasurement", Namespace = "")] public class SerializableOutOfRangeMeasurement : SerializableMeasurement
The SerializableOutOfRangeMeasurement type exposes the following members.
Name | Description | |
---|---|---|
![]() | SerializableOutOfRangeMeasurement | Initializes a new instance of the SerializableOutOfRangeMeasurement class. |
![]() | SerializableOutOfRangeMeasurement(IMeasurement, Double, Double) | Initializes a new instance of the SerializableOutOfRangeMeasurement class. |
Name | Description | |
---|---|---|
![]() | Device |
Gets or sets the device of the IMeasurement.
(Inherited from SerializableMeasurement) |
![]() | HighRange | Gets or sets the upper boundary of the IMeasurement's value. |
![]() | Key |
Gets or sets the Key.
(Inherited from SerializableMeasurement) |
![]() | LowRange | Gets or sets the lower boundary of the IMeasurement's value. |
![]() | SignalID |
Gets or sets the ID.
(Inherited from SerializableMeasurement) |
![]() | SignalType |
Gets or sets the signal type of the IMeasurement.
(Inherited from SerializableMeasurement) |
![]() | 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) |