C# 클래스 Nettiers.AdventureWorks.Windows.Forms.DatabaseLogDataGridViewBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
uxDatabaseLogBindingSource System.Windows.Forms.BindingSource
uxDatabaseLogDataGridView System.Windows.Forms.DataGridView
uxDatabaseLogErrorProvider System.Windows.Forms.ErrorProvider
uxDatabaseLogIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDatabaseUserDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameObjectDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSchemaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTsqlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxXmlEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnDatabaseLogBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
DatabaseLogDataGridViewBase ( )

Initializes a new instance of the DatabaseLogDataGridViewBase class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDatabaseLogDataGridView control.

비공개 메소드들

메소드 설명
OnDatabaseLogBindingSourceCurrentItemChanged ( object sender, System e ) : void

메소드 상세

DatabaseLogDataGridViewBase() 공개 메소드

Initializes a new instance of the DatabaseLogDataGridViewBase class.

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnCurrentEntityChanged() 보호된 메소드

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
리턴 void

OnDatabaseLogDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnDatabaseLogDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnDatabaseLogDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

프로퍼티 상세

uxDatabaseLogBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxDatabaseLogBindingSource
리턴 System.Windows.Forms.BindingSource

uxDatabaseLogDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxDatabaseLogDataGridView
리턴 System.Windows.Forms.DataGridView

uxDatabaseLogErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxDatabaseLogErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxDatabaseLogIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DatabaseLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseLogIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxDatabaseUserDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the DatabaseUser property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseUserDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxPostTimeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PostTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostTimeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameEventDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SafeNameEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameEventDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameObjectDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the SafeNameObject property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameObjectDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxSchemaDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Schema property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSchemaDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxTsqlDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Tsql property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTsqlDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxXmlEventDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the XmlEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxXmlEventDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn