C# 클래스 MySqlAdapters.MySqlInputAdapter

상속: GSF.TimeSeries.Adapters.InputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

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