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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxErrorLineDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorLogBindingSource System.Windows.Forms.BindingSource
uxErrorLogDataGridView System.Windows.Forms.DataGridView
uxErrorLogErrorProvider System.Windows.Forms.ErrorProvider
uxErrorLogIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorMessageDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorProcedureDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorSeverityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorStateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUserNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnErrorLogBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ErrorLogDataGridViewBase ( )

Initializes a new instance of the ErrorLogDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnErrorLogDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxErrorLogDataGridView control.

OnErrorLogDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxErrorLogDataGridView control.

OnErrorLogDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxErrorLogDataGridView control.

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

ErrorLogDataGridViewBase() 공개 메소드

Initializes a new instance of the ErrorLogDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

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

OnErrorLogDataGridViewCellValueNeeded() 보호된 메소드

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

OnErrorLogDataGridViewCellValuePushed() 보호된 메소드

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

OnErrorLogDataGridViewDataError() 보호된 메소드

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

프로퍼티 상세

uxErrorLineDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLineDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorLogBindingSource 보호되어 있는 프로퍼티

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

uxErrorLogDataGridView 보호되어 있는 프로퍼티

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

uxErrorLogErrorProvider 보호되어 있는 프로퍼티

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

uxErrorLogIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLogIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorMessageDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorMessage property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorMessageDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorProcedureDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorProcedure property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorProcedureDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorSeverityDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorSeverity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorSeverityDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorStateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorState property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorStateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorTimeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ErrorTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorTimeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxUserNameDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the UserName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUserNameDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn