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

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

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

Свойство Тип Описание
uxBinDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductInventoryBindingSource System.Windows.Forms.BindingSource
uxProductInventoryDataGridView System.Windows.Forms.DataGridView
uxProductInventoryErrorProvider System.Windows.Forms.ErrorProvider
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShelfDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductInventoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductInventoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductInventoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductInventoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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