Click or drag to resize
Grid Solutions Framework

SerializableOutOfRangeMeasurement Class

Represents an out-of-range IMeasurement that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Inheritance Hierarchy
SystemObject
  DataQualityMonitoringSerializableMeasurement
    DataQualityMonitoring.ServicesSerializableOutOfRangeMeasurement

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.181-beta
Syntax
[XmlTypeAttribute("OutOfRangeMeasurement")]
[DataContractAttribute(Name = "OutOfRangeMeasurement", Namespace = "")]
public class SerializableOutOfRangeMeasurement : SerializableMeasurement
View Source

The SerializableOutOfRangeMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodSerializableOutOfRangeMeasurement Initializes a new instance of the SerializableOutOfRangeMeasurement class.
Public methodSerializableOutOfRangeMeasurement(IMeasurement, Double, Double) Initializes a new instance of the SerializableOutOfRangeMeasurement class.
Top
Properties
 NameDescription
Public propertyDevice Gets or sets the device of the IMeasurement.
(Inherited from SerializableMeasurement)
Public propertyHighRange Gets or sets the upper boundary of the IMeasurement's value.
Public propertyKey Gets or sets the Key.
(Inherited from SerializableMeasurement)
Public propertyLowRange Gets or sets the lower boundary of the IMeasurement's value.
Public propertySignalID Gets or sets the ID.
(Inherited from SerializableMeasurement)
Public propertySignalType Gets or sets the signal type of the IMeasurement.
(Inherited from SerializableMeasurement)
Public propertyTimestamp Gets or sets the Timestamp in DateTime string format.
(Inherited from SerializableMeasurement)
Public propertyValue Gets or sets the AdjustedValue.
(Inherited from SerializableMeasurement)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnProcessException Raises the ProcessException event.
(Inherited from SerializableMeasurement)
Public methodSetDeviceAndSignalType Acquires and sets the device and signal type of the source measurement.
(Inherited from SerializableMeasurement)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventProcessException Occurs when an System.Exception is encountered when processing a request.
(Inherited from SerializableMeasurement)
Top
See Also