C# Class GSF.TimeSeries.Data.DataSourceLookups

Creates a cached lookup so certain metadata so lookups can occur with quickly.
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode 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 méthode

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

GetLookupCache() public static méthode

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
Résultat DataSourceLookupCache