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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxJobCandidateBindingSource System.Windows.Forms.BindingSource
uxJobCandidateDataGridView System.Windows.Forms.DataGridView
uxJobCandidateErrorProvider System.Windows.Forms.ErrorProvider
uxJobCandidateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxResumeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnJobCandidateBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
JobCandidateDataGridViewBase ( )

Initializes a new instance of the JobCandidateDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnJobCandidateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxJobCandidateDataGridView control.

OnJobCandidateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxJobCandidateDataGridView control.

OnJobCandidateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxJobCandidateDataGridView control.

비공개 메소드들

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

JobCandidateDataGridViewBase() 공개 메소드

Initializes a new instance of the JobCandidateDataGridViewBase class.

OnCurrentEntityChanged() 보호된 메소드

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

OnJobCandidateDataGridViewCellValueNeeded() 보호된 메소드

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

OnJobCandidateDataGridViewCellValuePushed() 보호된 메소드

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

OnJobCandidateDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxJobCandidateDataGridView control.
protected OnJobCandidateDataGridViewDataError ( 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

uxJobCandidateBindingSource 보호되어 있는 프로퍼티

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

uxJobCandidateDataGridView 보호되어 있는 프로퍼티

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

uxJobCandidateErrorProvider 보호되어 있는 프로퍼티

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

uxJobCandidateIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the JobCandidateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxJobCandidateIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxResumeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Resume property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxResumeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn