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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnSalesTaxRateBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesTaxRateDataGridViewBase ( )

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

Protected Methods

Method 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

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

OnSalesTaxRateDataGridViewCellValueNeeded() protected method

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.
return void

OnSalesTaxRateDataGridViewCellValuePushed() protected method

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.
return void

OnSalesTaxRateDataGridViewDataError() protected method

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.
return void

SalesTaxRateDataGridViewBase() public method

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
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

uxSalesTaxRateBindingSource protected_oe property

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

uxSalesTaxRateDataGridView protected_oe property

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

uxSalesTaxRateErrorProvider protected_oe property

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

uxSalesTaxRateIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesTaxRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesTaxRateIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxTaxRateDataGridViewColumn protected_oe property

the DGV column associated with the TaxRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxRateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxTypeDataGridViewColumn protected_oe property

the DGV column associated with the TaxType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxTypeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn