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

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

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

Свойство Тип Описание
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelProductDescriptionCultureBindingSource System.Windows.Forms.BindingSource
uxProductModelProductDescriptionCultureDataGridView System.Windows.Forms.DataGridView
uxProductModelProductDescriptionCultureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelProductDescriptionCultureDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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