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

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

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

Свойство Тип Описание
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductCostHistoryBindingSource System.Windows.Forms.BindingSource
uxProductCostHistoryDataGridView System.Windows.Forms.DataGridView
uxProductCostHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStandardCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductCostHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductCostHistoryDataGridView control.

OnProductCostHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductCostHistoryDataGridView control.

OnProductCostHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductCostHistoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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