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

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

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

Свойство Тип Описание
uxDateCreatedDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShoppingCartIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShoppingCartItemBindingSource System.Windows.Forms.BindingSource
uxShoppingCartItemDataGridView System.Windows.Forms.DataGridView
uxShoppingCartItemErrorProvider System.Windows.Forms.ErrorProvider
uxShoppingCartItemIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnShoppingCartItemDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShoppingCartItemDataGridView control.

OnShoppingCartItemDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShoppingCartItemDataGridView control.

OnShoppingCartItemDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShoppingCartItemDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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