Click or drag to resize
Grid Solutions Framework

IOutOfRangeService Interface

Defines a REST web service for out-of-range measurements.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.181-beta
Syntax
[ServiceContractAttribute]
public interface IOutOfRangeService
View Source

The IOutOfRangeService type exposes the following members.

Properties
 NameDescription
Public propertyTests Gets or collection of RangeTests used by the web service for its data.
Top
Methods
 NameDescription
Public methodReadAllOutOfRangeMeasurementsAsJson Reads all out-of-range measurements from the Tests and sends it in Json format.
Public methodReadAllOutOfRangeMeasurementsAsXml Reads all out-of-range measurements from the Tests and sends it in Xml format.
Public methodReadOutOfRangeMeasurementsFromDeviceAsJson Reads all out-of-range measurements from the specified device and sends it in Json format.
Public methodReadOutOfRangeMeasurementsFromDeviceAsXml Reads all out-of-range measurements from the specified device and sends it in Xml format.
Public methodReadOutOfRangeMeasurementsFromTestAsJson Reads all out-of-range measurements from the specified RangeTest and sends it in Json format.
Public methodReadOutOfRangeMeasurementsFromTestAsXml Reads all out-of-range measurements from the specified RangeTest and sends it in Xml format.
Public methodReadOutOfRangeMeasurementsWithSignalTypeAsJson Reads all out-of-range measurements with the specified signal type and sends it in Json format.
Public methodReadOutOfRangeMeasurementsWithSignalTypeAsXml Reads all out-of-range measurements with the specified signal type and sends it in Xml format.
Top
See Also