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

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

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

Свойство Тип Описание
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxListPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductListPriceHistoryBindingSource System.Windows.Forms.BindingSource
uxProductListPriceHistoryDataGridView System.Windows.Forms.DataGridView
uxProductListPriceHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductListPriceHistoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductListPriceHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductListPriceHistoryDataGridView control.

OnProductListPriceHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductListPriceHistoryDataGridView control.

OnProductListPriceHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductListPriceHistoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductListPriceHistoryDataGridViewBase class.

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

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

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

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

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
Результат 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

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

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

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

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

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

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

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

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