C# Class GSF.TimeSeries.Data.DataSourceLookups

Creates a cached lookup so certain metadata so lookups can occur with quickly.
ファイルを表示 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
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.

Method Details

ActiveMeasurements() public static method

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

GetLookupCache() public static method

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
return DataSourceLookupCache