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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnEmployeeDepartmentHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
EmployeeDepartmentHistoryDataGridViewBase ( )

Initializes a new instance of the EmployeeDepartmentHistoryDataGridViewBase class.

Protected Methods

Method 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

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

EmployeeDepartmentHistoryDataGridViewBase() public method

Initializes a new instance of the EmployeeDepartmentHistoryDataGridViewBase class.

OnCurrentEntityChanged() protected method

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

OnEmployeeDepartmentHistoryDataGridViewCellValueNeeded() protected method

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

OnEmployeeDepartmentHistoryDataGridViewCellValuePushed() protected method

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

OnEmployeeDepartmentHistoryDataGridViewDataError() protected method

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

Property Details

uxDepartmentIdDataGridViewColumn protected_oe property

the DGV column associated with the DepartmentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxDepartmentIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxEmployeeDepartmentHistoryBindingSource protected_oe property

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

uxEmployeeDepartmentHistoryDataGridView protected_oe property

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

uxEmployeeDepartmentHistoryErrorProvider protected_oe property

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

uxEmployeeIdDataGridViewColumn protected_oe property

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

uxEndDateDataGridViewColumn protected_oe property

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

uxShiftIdDataGridViewColumn protected_oe property

the DGV column associated with the ShiftId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShiftIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn