Click or drag to resize
Grid Solutions Framework

SerializableFlatlinedMeasurement Class

Represents a flatlined IMeasurement that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Inheritance Hierarchy
SystemObject
  DataQualityMonitoringSerializableMeasurement
    DataQualityMonitoring.ServicesSerializableFlatlinedMeasurement

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

The SerializableFlatlinedMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodSerializableFlatlinedMeasurement Initializes a new instance of the SerializableFlatlinedMeasurement class.
Public methodSerializableFlatlinedMeasurement(IMeasurement, Int64) Initializes a new instance of the SerializableFlatlinedMeasurement class.
Top
Properties
 NameDescription
Public propertyDevice Gets or sets the device of the IMeasurement.
(Inherited from SerializableMeasurement)
Public propertyKey Gets or sets the Key.
(Inherited from SerializableMeasurement)
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 propertyTimeSinceLastChange Gets or sets the amount of time in seconds since the IMeasurement last changed its value.
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