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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductCategoryBindingSource System.Windows.Forms.BindingSource
uxProductCategoryDataGridView System.Windows.Forms.DataGridView
uxProductCategoryErrorProvider System.Windows.Forms.ErrorProvider
uxProductCategoryIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductCategoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductCategoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductCategoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductCategoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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