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

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

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

Свойство Тип Описание
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxIsOnlyStateProvinceFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceBindingSource System.Windows.Forms.BindingSource
uxStateProvinceCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceDataGridView System.Windows.Forms.DataGridView
uxStateProvinceErrorProvider System.Windows.Forms.ErrorProvider
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the StateProvinceDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStateProvinceDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStateProvinceDataGridView control.

OnStateProvinceDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStateProvinceDataGridView control.

OnStateProvinceDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStateProvinceDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the StateProvinceDataGridViewBase class.

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

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

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

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

the DGV column associated with the IsOnlyStateProvinceFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxIsOnlyStateProvinceFlagDataGridViewColumn
Результат System.Windows.Forms.DataGridViewCheckBoxColumn

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

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

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

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

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

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

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

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

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

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

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

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

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