C# Класс AdoAdapters.AdoOutputAdapter

Наследование: GSF.TimeSeries.Adapters.OutputAdapterBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BulkInsert void
GetAllProperties System.Reflection.PropertyInfo[]

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

Метод Описание
AdoOutputAdapter ( ) : System

Initializes a new instance of the AdoOutputAdapter class.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this AdoOutputAdapter.

Initialize ( ) : void

Initializes this AdoOutputAdapter.

Защищенные методы

Метод Описание
AttemptConnection ( ) : void

Attempts to connect to this AdoOutputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this AdoOutputAdapter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the AdoOutputAdapter object and optionally releases the managed resources.

ProcessMeasurements ( IMeasurement measurements ) : void

Archives measurements locally.

Приватные методы

Метод Описание
BulkInsert ( IEnumerable measurements ) : void
GetAllProperties ( Type type ) : System.Reflection.PropertyInfo[]

Описание методов

AdoOutputAdapter() публичный Метод

Initializes a new instance of the AdoOutputAdapter class.
public AdoOutputAdapter ( ) : System
Результат System

AttemptConnection() защищенный Метод

Attempts to connect to this AdoOutputAdapter.
protected AttemptConnection ( ) : void
Результат void

AttemptDisconnection() защищенный Метод

Attempts to disconnect from this AdoOutputAdapter.
protected AttemptDisconnection ( ) : void
Результат void

Dispose() защищенный Метод

Releases the unmanaged resources used by the AdoOutputAdapter object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

GetShortStatus() публичный Метод

Gets a short one-line status of this AdoOutputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

Initialize() публичный Метод

Initializes this AdoOutputAdapter.
public Initialize ( ) : void
Результат void

ProcessMeasurements() защищенный Метод

Archives measurements locally.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to be archived.
Результат void