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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
SalesTerritoryHistoryDataGridViewBase ( )

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

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

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

OnSalesTerritoryHistoryDataGridViewCellValueNeeded() protected méthode

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

OnSalesTerritoryHistoryDataGridViewCellValuePushed() protected méthode

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

OnSalesTerritoryHistoryDataGridViewDataError() protected méthode

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

SalesTerritoryHistoryDataGridViewBase() public méthode

Initializes a new instance of the SalesTerritoryHistoryDataGridViewBase class.

Property Details

uxEndDateDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

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

uxSalesPersonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxSalesTerritoryHistoryBindingSource protected_oe property

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

uxSalesTerritoryHistoryDataGridView protected_oe property

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

uxSalesTerritoryHistoryErrorProvider protected_oe property

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

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

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