C# 클래스 AdoAdapters.AdoInputAdapter

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

Private Properties

프로퍼티 타입 설명
GetAllProperties System.Reflection.PropertyInfo[]
GetDbMeasurements void
GetFieldNames void
PublishData void

공개 메소드들

메소드 설명
AdoInputAdapter ( ) : System

Initializes a new instance of the AdoInputAdapter class.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this AdoInputAdapter.

Initialize ( ) : void

Initializes this AdoInputAdapter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to this AdoInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this AdoInputAdapter.

비공개 메소드들

메소드 설명
GetAllProperties ( Type type ) : System.Reflection.PropertyInfo[]
GetDbMeasurements ( object state ) : void
GetFieldNames ( string>.Dictionary settings ) : void
PublishData ( object state ) : void

메소드 상세

AdoInputAdapter() 공개 메소드

Initializes a new instance of the AdoInputAdapter class.
public AdoInputAdapter ( ) : System
리턴 System

AttemptConnection() 보호된 메소드

Attempts to connect to this AdoInputAdapter.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from this AdoInputAdapter.
protected AttemptDisconnection ( ) : void
리턴 void

GetShortStatus() 공개 메소드

Gets a short one-line status of this AdoInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
리턴 string

Initialize() 공개 메소드

Initializes this AdoInputAdapter.
public Initialize ( ) : void
리턴 void