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

Creates a cached lookup so certain metadata so lookups can occur with quickly.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
ActiveMeasurements ( DataSet dataSet ) : ActiveMeasurementsTableLookup

Gets/Creates the ActiveMeasurementsTableLookup for the provided dataset.

GetLookupCache ( DataSet dataSet ) : DataSourceLookupCache

Gets/Creates the lookup cache for the provided dataset.

메소드 상세

ActiveMeasurements() 공개 정적인 메소드

Gets/Creates the ActiveMeasurementsTableLookup for the provided dataset.
public static ActiveMeasurements ( DataSet dataSet ) : ActiveMeasurementsTableLookup
dataSet System.Data.DataSet
리턴 ActiveMeasurementsTableLookup

GetLookupCache() 공개 정적인 메소드

Gets/Creates the lookup cache for the provided dataset.
public static GetLookupCache ( DataSet dataSet ) : DataSourceLookupCache
dataSet System.Data.DataSet The non-null dataset provided by the time-series framework
리턴 DataSourceLookupCache