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

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

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

Свойство Тип Описание
uxIllustrationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIllustrationBindingSource System.Windows.Forms.BindingSource
uxProductModelIllustrationDataGridView System.Windows.Forms.DataGridView
uxProductModelIllustrationErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelIllustrationDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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