C# Class MySqlAdapters.MySqlInputAdapter

Inheritance: GSF.TimeSeries.Adapters.InputAdapterBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description
CreateConnection System.Data.Common.DbConnection
GetColumnIndex int
m_connection_StateChange void
m_timer_Elapsed void

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
CreateConnection ( ) : DbConnection
GetColumnIndex ( string columnName ) : int
m_connection_StateChange ( object sender, StateChangeEventArgs e ) : void
m_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AttemptConnection() protected méthode

Attempts to connect to this MySqlInputAdapter.
protected AttemptConnection ( ) : void
Résultat void

AttemptDisconnection() protected méthode

Attempts to disconnect from this MySqlInputAdapter.
protected AttemptDisconnection ( ) : void
Résultat void

Dispose() protected méthode

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.
Résultat void

GetShortStatus() public méthode

Gets a short one-line status of this MySqlInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Résultat string

Initialize() public méthode

Initializes this MySqlInputAdapter.
public Initialize ( ) : void
Résultat void

MySqlInputAdapter() public méthode

Initializes a new instance of the MySqlInputAdapter class.
public MySqlInputAdapter ( ) : System
Résultat System