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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
SalesTerritoryDataGridViewBase ( )

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

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

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

OnCurrentEntityChanged() protected méthode

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

OnSalesTerritoryDataGridViewCellValueNeeded() protected méthode

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

OnSalesTerritoryDataGridViewCellValuePushed() protected méthode

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

OnSalesTerritoryDataGridViewDataError() protected méthode

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

SalesTerritoryDataGridViewBase() public méthode

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
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCostYtdDataGridViewColumn protected_oe property

the DGV column associated with the CostYtd property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCostYtdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCountryRegionCodeDataGridViewColumn protected_oe property

the DGV column associated with the CountryRegionCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCountryRegionCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxGroupDataGridViewColumn protected_oe property

the DGV column associated with the Group property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxGroupDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesLastYearDataGridViewColumn protected_oe property

the DGV column associated with the SalesLastYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesLastYearDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesTerritoryBindingSource protected_oe property

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

uxSalesTerritoryDataGridView protected_oe property

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

uxSalesTerritoryErrorProvider protected_oe property

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

uxSalesYtdDataGridViewColumn protected_oe property

the DGV column associated with the SalesYtd property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesYtdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTerritoryIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn