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

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

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

Свойство Тип Описание
uxCommentsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailAddressDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductReviewBindingSource System.Windows.Forms.BindingSource
uxProductReviewDataGridView System.Windows.Forms.DataGridView
uxProductReviewErrorProvider System.Windows.Forms.ErrorProvider
uxProductReviewIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRatingDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReviewDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReviewerNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductReviewDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductReviewDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductReviewDataGridView control.

OnProductReviewDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductReviewDataGridView control.

OnProductReviewDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductReviewDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductReviewDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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