C# 클래스 GSF.TimeSeries.Data.ActiveMeasurementsTableLookup

Represents a table lookup for active measurements.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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