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

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

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

Свойство Тип Описание
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerBindingSource System.Windows.Forms.BindingSource
uxCustomerDataGridView System.Windows.Forms.DataGridView
uxCustomerErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCustomerTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CustomerDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnCustomerDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerDataGridView control.

OnCustomerDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerDataGridView control.

OnCustomerDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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