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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnJobCandidateBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
JobCandidateDataGridViewBase ( )

Initializes a new instance of the JobCandidateDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnJobCandidateBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

JobCandidateDataGridViewBase() public méthode

Initializes a new instance of the JobCandidateDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnJobCandidateDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnJobCandidateDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnJobCandidateDataGridViewDataError() protected méthode

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.
Résultat void

Property Details

uxEmployeeIdDataGridViewColumn protected_oe property

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxJobCandidateBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxJobCandidateBindingSource
Résultat System.Windows.Forms.BindingSource

uxJobCandidateDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxJobCandidateDataGridView
Résultat System.Windows.Forms.DataGridView

uxJobCandidateErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxJobCandidateErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxJobCandidateIdDataGridViewColumn protected_oe property

the DGV column associated with the JobCandidateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxJobCandidateIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxResumeDataGridViewColumn protected_oe property

the DGV column associated with the Resume property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxResumeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn