C# Класс GSF.TimeSeries.Data.ActiveMeasurementsTableLookup

Represents a table lookup for active measurements.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LookupByDeviceID ( uint deviceId ) : IEnumerable

Gets all of the rows with the provided deviceID. Returns an empty set if the deviceID could not be found.

LookupByDeviceNameNoStat ( string deviceName ) : IEnumerable

Gets all of the rows with the provided device name. This will exclude all ActiveMeasurements that are classified as SignalType='STAT'. This is because 'STAT's are not associated with a device in the database. Returns an empty set if the deviceID could not be found.

Приватные методы

Метод Описание
ActiveMeasurementsTableLookup ( DataSet dataSet ) : System

Описание методов

LookupByDeviceID() публичный Метод

Gets all of the rows with the provided deviceID. Returns an empty set if the deviceID could not be found.
public LookupByDeviceID ( uint deviceId ) : IEnumerable
deviceId uint the deviceID to lookup.
Результат IEnumerable

LookupByDeviceNameNoStat() публичный Метод

Gets all of the rows with the provided device name. This will exclude all ActiveMeasurements that are classified as SignalType='STAT'. This is because 'STAT's are not associated with a device in the database. Returns an empty set if the deviceID could not be found.
public LookupByDeviceNameNoStat ( string deviceName ) : IEnumerable
deviceName string the device to lookup.
Результат IEnumerable