C# Класс MySqlAdapters.MySqlInputAdapter

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

Private Properties

Свойство Тип Описание
CreateConnection System.Data.Common.DbConnection
GetColumnIndex int
m_connection_StateChange void
m_timer_Elapsed void

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

Метод Описание
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this MySqlInputAdapter.

Initialize ( ) : void

Initializes this MySqlInputAdapter.

MySqlInputAdapter ( ) : System

Initializes a new instance of the MySqlInputAdapter class.

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

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

Attempts to connect to this MySqlInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this MySqlInputAdapter.

Dispose ( bool disposing ) : void

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

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

Метод Описание
CreateConnection ( ) : DbConnection
GetColumnIndex ( string columnName ) : int
m_connection_StateChange ( object sender, StateChangeEventArgs e ) : void
m_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

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

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

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

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

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

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

Releases the unmanaged resources used by the MySqlInputAdapter 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 MySqlInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

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

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

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

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