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

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

Protected Properties

Свойство Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesTaxRateBindingSource System.Windows.Forms.BindingSource
uxSalesTaxRateDataGridView System.Windows.Forms.DataGridView
uxSalesTaxRateErrorProvider System.Windows.Forms.ErrorProvider
uxSalesTaxRateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxTaxRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTaxTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
SalesTaxRateDataGridViewBase ( )

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

OnSalesTaxRateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesTaxRateDataGridView control.

OnSalesTaxRateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesTaxRateDataGridView control.

OnSalesTaxRateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesTaxRateDataGridView control.

Private Methods

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

OnSalesTaxRateDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxSalesTaxRateDataGridView control.
protected OnSalesTaxRateDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnSalesTaxRateDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxSalesTaxRateDataGridView control.
protected OnSalesTaxRateDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnSalesTaxRateDataGridViewDataError() protected méthode

Handles the DataError event of the uxSalesTaxRateDataGridView control.
protected OnSalesTaxRateDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

SalesTaxRateDataGridViewBase() public méthode

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

Property Details

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

uxSalesTaxRateBindingSource protected_oe property

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

uxSalesTaxRateDataGridView protected_oe property

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

uxSalesTaxRateErrorProvider protected_oe property

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

uxSalesTaxRateIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesTaxRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesTaxRateIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxTaxRateDataGridViewColumn protected_oe property

the DGV column associated with the TaxRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxTypeDataGridViewColumn protected_oe property

the DGV column associated with the TaxType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxTypeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn