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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPrimaryDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductPhotoIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductProductPhotoBindingSource System.Windows.Forms.BindingSource
uxProductProductPhotoDataGridView System.Windows.Forms.DataGridView
uxProductProductPhotoErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the ProductProductPhotoDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductProductPhotoDataGridView control.

OnProductProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductProductPhotoDataGridView control.

OnProductProductPhotoDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductProductPhotoDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductProductPhotoDataGridViewBase class.

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

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

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

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

the DGV column associated with the Primary property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxPrimaryDataGridViewColumn
Результат System.Windows.Forms.DataGridViewCheckBoxColumn

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

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

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

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

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

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

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

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

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

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