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

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

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

Свойство Тип Описание
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCountryRegionCurrencyBindingSource System.Windows.Forms.BindingSource
uxCountryRegionCurrencyDataGridView System.Windows.Forms.DataGridView
uxCountryRegionCurrencyErrorProvider System.Windows.Forms.ErrorProvider
uxCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CountryRegionCurrencyDataGridViewBase class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCountryRegionCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCountryRegionCurrencyDataGridView control.

OnCountryRegionCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCountryRegionCurrencyDataGridView control.

OnCountryRegionCurrencyDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCountryRegionCurrencyDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

Initializes a new instance of the CountryRegionCurrencyDataGridViewBase class.

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

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

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

Handles the CellValueNeeded event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the DataError event of the uxCountryRegionCurrencyDataGridView control.
protected OnCountryRegionCurrencyDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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