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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
EmployeePayHistoryDataGridViewBase ( )

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

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.

Private Methods

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

EmployeePayHistoryDataGridViewBase() public méthode

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

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

OnEmployeePayHistoryDataGridViewCellValueNeeded() protected méthode

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

OnEmployeePayHistoryDataGridViewCellValuePushed() protected méthode

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

OnEmployeePayHistoryDataGridViewDataError() protected méthode

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

uxEmployeePayHistoryBindingSource protected_oe property

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

uxEmployeePayHistoryDataGridView protected_oe property

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

uxEmployeePayHistoryErrorProvider protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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

uxPayFrequencyDataGridViewColumn protected_oe property

the DGV column associated with the PayFrequency property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPayFrequencyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRateChangeDateDataGridViewColumn protected_oe property

the DGV column associated with the RateChangeDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateChangeDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRateDataGridViewColumn protected_oe property

the DGV column associated with the Rate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn