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

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

Protected Properties

Property Type Description
uxCostLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCostYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGroupDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesTerritoryBindingSource System.Windows.Forms.BindingSource
uxSalesTerritoryDataGridView System.Windows.Forms.DataGridView
uxSalesTerritoryErrorProvider System.Windows.Forms.ErrorProvider
uxSalesYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnSalesTerritoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesTerritoryDataGridViewBase ( )

Initializes a new instance of the SalesTerritoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesTerritoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesTerritoryDataGridView control.

OnSalesTerritoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesTerritoryDataGridView control.

OnSalesTerritoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesTerritoryDataGridView control.

Private Methods

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

OnSalesTerritoryDataGridViewCellValueNeeded() protected method

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

OnSalesTerritoryDataGridViewCellValuePushed() protected method

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

OnSalesTerritoryDataGridViewDataError() protected method

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

SalesTerritoryDataGridViewBase() public method

Initializes a new instance of the SalesTerritoryDataGridViewBase class.

Property Details

uxCostLastYearDataGridViewColumn protected_oe property

the DGV column associated with the CostLastYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCostLastYearDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCostYtdDataGridViewColumn protected_oe property

the DGV column associated with the CostYtd property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCostYtdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCountryRegionCodeDataGridViewColumn protected_oe property

the DGV column associated with the CountryRegionCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCountryRegionCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxGroupDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

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

uxSalesLastYearDataGridViewColumn protected_oe property

the DGV column associated with the SalesLastYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesLastYearDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesTerritoryBindingSource protected_oe property

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

uxSalesTerritoryDataGridView protected_oe property

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

uxSalesTerritoryErrorProvider protected_oe property

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

uxSalesYtdDataGridViewColumn protected_oe property

the DGV column associated with the SalesYtd property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesYtdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

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