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

Creates a cached lookup so certain metadata so lookups can occur with quickly.
Показать файл Открыть проект

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

Метод Описание
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