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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesTerritoryHistoryBindingSource System.Windows.Forms.BindingSource
uxSalesTerritoryHistoryDataGridView System.Windows.Forms.DataGridView
uxSalesTerritoryHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnSalesTerritoryHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesTerritoryHistoryDataGridViewBase ( )

Initializes a new instance of the SalesTerritoryHistoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesTerritoryHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesTerritoryHistoryDataGridView control.

OnSalesTerritoryHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesTerritoryHistoryDataGridView control.

OnSalesTerritoryHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesTerritoryHistoryDataGridView control.

Private Methods

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

OnCurrentEntityChanged() protected method

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

OnSalesTerritoryHistoryDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxSalesTerritoryHistoryDataGridView control.
protected OnSalesTerritoryHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnSalesTerritoryHistoryDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxSalesTerritoryHistoryDataGridView control.
protected OnSalesTerritoryHistoryDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnSalesTerritoryHistoryDataGridViewDataError() protected method

Handles the DataError event of the uxSalesTerritoryHistoryDataGridView control.
protected OnSalesTerritoryHistoryDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

SalesTerritoryHistoryDataGridViewBase() public method

Initializes a new instance of the SalesTerritoryHistoryDataGridViewBase class.

Property Details

uxEndDateDataGridViewColumn protected property

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected property

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

uxRowguidDataGridViewColumn protected property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonIdDataGridViewColumn protected property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxSalesTerritoryHistoryBindingSource protected property

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

uxSalesTerritoryHistoryDataGridView protected property

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

uxSalesTerritoryHistoryErrorProvider protected property

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

uxStartDateDataGridViewColumn protected property

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

uxTerritoryIdDataGridViewColumn protected property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn