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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSpecialOfferIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSpecialOfferProductBindingSource System.Windows.Forms.BindingSource
uxSpecialOfferProductDataGridView System.Windows.Forms.DataGridView
uxSpecialOfferProductErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the SpecialOfferProductDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSpecialOfferProductDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSpecialOfferProductDataGridView control.

OnSpecialOfferProductDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSpecialOfferProductDataGridView control.

OnSpecialOfferProductDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSpecialOfferProductDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the SpecialOfferProductDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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