C# Class Nettiers.AdventureWorks.Windows.Forms.JobCandidateDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
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

Property Type Description
OnJobCandidateBindingSourceCurrentItemChanged void

Public Methods

Method Description
JobCandidateDataGridViewBase ( )

Initializes a new instance of the JobCandidateDataGridViewBase class.

Protected Methods

Method Description
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.

Private Methods

Method Description
OnJobCandidateBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

JobCandidateDataGridViewBase() public method

Initializes a new instance of the JobCandidateDataGridViewBase class.

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnJobCandidateDataGridViewCellValueNeeded() protected method

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.
return void

OnJobCandidateDataGridViewCellValuePushed() protected method

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.
return void

OnJobCandidateDataGridViewDataError() protected method

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.
return void

Property Details

uxEmployeeIdDataGridViewColumn protected_oe property

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

uxJobCandidateBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxJobCandidateBindingSource
return System.Windows.Forms.BindingSource

uxJobCandidateDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxJobCandidateDataGridView
return System.Windows.Forms.DataGridView

uxJobCandidateErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxJobCandidateErrorProvider
return System.Windows.Forms.ErrorProvider

uxJobCandidateIdDataGridViewColumn protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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

uxResumeDataGridViewColumn protected_oe property

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