Click or drag to resize
Grid Solutions Framework

DataQualityMonitoring.Services Namespace

 
Classes
  Class Description
Public class AlarmService Represents a REST web service for alarms.
Public class FlatlineService Represents a REST web service for flatlined measurements.
Public class OutOfRangeService Represents a REST web service for out-of-range measurements.
Public class SerializableAlarm Represents a serializable Alarm that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Public class SerializableAlarmCollection Represents a container for SerializableAlarms that can be serialized using XmlSerializer or DataContractJsonSerializer.
Public class SerializableFlatlinedMeasurement Represents a flatlined IMeasurement that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Public class SerializableFlatlineTest Represents a container for SerializableFlatlinedMeasurements that can be serialized using XmlSerializer or DataContractJsonSerializer.
Public class SerializableOutOfRangeMeasurement Represents an out-of-range IMeasurement that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Public class SerializableRangeTest Represents a container for SerializableOutOfRangeMeasurements that can be serialized using XmlSerializer or DataContractJsonSerializer.
Public class SerializableRangeTestCollection Represents a container for SerializableRangeTests that can be serialized using XmlSerializer or DataContractJsonSerializer.
Interfaces
  Interface Description
Public interface IAlarmService Defines a REST web service for alarms.
Public interface IFlatlineService Defines a REST web service for flatlined measurements.
Public interface IOutOfRangeService Defines a REST web service for out-of-range measurements.