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

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnEmployeePayHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
EmployeePayHistoryDataGridViewBase ( )

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnEmployeePayHistoryBindingSourceCurrentItemChanged ( 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

EmployeePayHistoryDataGridViewBase() public method

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnEmployeePayHistoryDataGridViewCellValueNeeded() protected method

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

OnEmployeePayHistoryDataGridViewCellValuePushed() protected method

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

OnEmployeePayHistoryDataGridViewDataError() protected method

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

uxEmployeePayHistoryBindingSource protected_oe property

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

uxEmployeePayHistoryDataGridView protected_oe property

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

uxEmployeePayHistoryErrorProvider protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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

uxPayFrequencyDataGridViewColumn protected_oe property

the DGV column associated with the PayFrequency property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPayFrequencyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRateChangeDateDataGridViewColumn protected_oe property

the DGV column associated with the RateChangeDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateChangeDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRateDataGridViewColumn protected_oe property

the DGV column associated with the Rate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn