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

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

Protected Properties

Свойство Type Description
uxDepartmentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEmployeeDepartmentHistoryBindingSource System.Windows.Forms.BindingSource
uxEmployeeDepartmentHistoryDataGridView System.Windows.Forms.DataGridView
uxEmployeeDepartmentHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShiftIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
EmployeeDepartmentHistoryDataGridViewBase ( )

Initializes a new instance of the EmployeeDepartmentHistoryDataGridViewBase 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.

OnEmployeeDepartmentHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxEmployeeDepartmentHistoryDataGridView control.

OnEmployeeDepartmentHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxEmployeeDepartmentHistoryDataGridView control.

OnEmployeeDepartmentHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxEmployeeDepartmentHistoryDataGridView control.

Private Methods

Méthode Description
OnEmployeeDepartmentHistoryBindingSourceCurrentItemChanged ( 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

EmployeeDepartmentHistoryDataGridViewBase() public méthode

Initializes a new instance of the EmployeeDepartmentHistoryDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnEmployeeDepartmentHistoryDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxEmployeeDepartmentHistoryDataGridView control.
protected OnEmployeeDepartmentHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnEmployeeDepartmentHistoryDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxEmployeeDepartmentHistoryDataGridView control.
protected OnEmployeeDepartmentHistoryDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnEmployeeDepartmentHistoryDataGridViewDataError() protected méthode

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

uxDepartmentIdDataGridViewColumn protected_oe property

the DGV column associated with the DepartmentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxDepartmentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxEmployeeDepartmentHistoryBindingSource protected_oe property

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

uxEmployeeDepartmentHistoryDataGridView protected_oe property

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

uxEmployeeDepartmentHistoryErrorProvider protected_oe property

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

uxEmployeeIdDataGridViewColumn protected_oe property

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

uxEndDateDataGridViewColumn protected_oe property

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
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

uxShiftIdDataGridViewColumn protected_oe property

the DGV column associated with the ShiftId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShiftIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn