Свойство | Тип | Описание | |
---|---|---|---|
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 |
Свойство | Тип | Описание | |
---|---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnCurrentEntityChanged ( ) : void | ||
Результат | void |
protected OnSalesTaxRateDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
protected OnSalesTaxRateDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
protected OnSalesTaxRateDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxSalesTaxRateBindingSource | ||
Результат | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxSalesTaxRateDataGridView | ||
Результат | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxSalesTaxRateErrorProvider | ||
Результат | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesTaxRateIdDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxRateDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |