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

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

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

Свойство Тип Описание
uxCountryRegionBindingSource System.Windows.Forms.BindingSource
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCountryRegionDataGridView System.Windows.Forms.DataGridView
uxCountryRegionErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CountryRegionDataGridViewBase class.

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

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

Clean up any resources being used.

OnCountryRegionDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCountryRegionDataGridView control.

OnCountryRegionDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCountryRegionDataGridView control.

OnCountryRegionDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCountryRegionDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

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

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

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

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

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

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

Handles the DataError event of the uxCountryRegionDataGridView control.
protected OnCountryRegionDataGridViewDataError ( 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

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

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

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

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

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

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

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

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

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

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