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

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

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

Свойство Тип Описание
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStoreBindingSource System.Windows.Forms.BindingSource
uxStoreDataGridView System.Windows.Forms.DataGridView
uxStoreErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the StoreDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStoreDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreDataGridView control.

OnStoreDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreDataGridView control.

OnStoreDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the StoreDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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