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

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

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

Свойство Тип Описание
uxLargePhotoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLargePhotoFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductPhotoBindingSource System.Windows.Forms.BindingSource
uxProductPhotoDataGridView System.Windows.Forms.DataGridView
uxProductPhotoErrorProvider System.Windows.Forms.ErrorProvider
uxProductPhotoIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxThumbNailPhotoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxThumbnailPhotoFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductPhotoDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductPhotoDataGridView control.

OnProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductPhotoDataGridView control.

OnProductPhotoDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductPhotoDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductPhotoDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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