C# Класс Nettiers.AdventureWorks.Windows.Forms.SalesTaxRateDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnSalesTaxRateBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
SalesTaxRateDataGridViewBase ( )

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnSalesTaxRateBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

OnSalesTaxRateDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnSalesTaxRateDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnSalesTaxRateDataGridViewDataError() защищенный Метод

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.
Результат void

SalesTaxRateDataGridViewBase() публичный Метод

Initializes a new instance of the SalesTaxRateDataGridViewBase class.

Описание свойств

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn защищенное свойство

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn защищенное свойство

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesTaxRateBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxSalesTaxRateBindingSource
Результат System.Windows.Forms.BindingSource

uxSalesTaxRateDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxSalesTaxRateDataGridView
Результат System.Windows.Forms.DataGridView

uxSalesTaxRateErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxSalesTaxRateErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxSalesTaxRateIdDataGridViewColumn защищенное свойство

the DGV column associated with the SalesTaxRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesTaxRateIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxStateProvinceIdDataGridViewColumn защищенное свойство

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxTaxRateDataGridViewColumn защищенное свойство

the DGV column associated with the TaxRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxRateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxTypeDataGridViewColumn защищенное свойство

the DGV column associated with the TaxType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxTypeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn