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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEmployeePayHistoryBindingSource System.Windows.Forms.BindingSource
uxEmployeePayHistoryDataGridView System.Windows.Forms.DataGridView
uxEmployeePayHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPayFrequencyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRateChangeDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnEmployeePayHistoryBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
EmployeePayHistoryDataGridViewBase ( )

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnEmployeePayHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxEmployeePayHistoryDataGridView control.

OnEmployeePayHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxEmployeePayHistoryDataGridView control.

OnEmployeePayHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxEmployeePayHistoryDataGridView control.

비공개 메소드들

메소드 설명
OnEmployeePayHistoryBindingSourceCurrentItemChanged ( 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

EmployeePayHistoryDataGridViewBase() 공개 메소드

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

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

OnEmployeePayHistoryDataGridViewCellValueNeeded() 보호된 메소드

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

OnEmployeePayHistoryDataGridViewCellValuePushed() 보호된 메소드

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

OnEmployeePayHistoryDataGridViewDataError() 보호된 메소드

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

프로퍼티 상세

uxEmployeeIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxEmployeePayHistoryBindingSource 보호되어 있는 프로퍼티

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

uxEmployeePayHistoryDataGridView 보호되어 있는 프로퍼티

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

uxEmployeePayHistoryErrorProvider 보호되어 있는 프로퍼티

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

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxPayFrequencyDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the PayFrequency property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPayFrequencyDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRateChangeDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the RateChangeDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateChangeDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Rate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn