C# Class Nettiers.AdventureWorks.Windows.Forms.ShoppingCartItemDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
OnShoppingCartItemBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
ShoppingCartItemDataGridViewBase ( )

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
OnShoppingCartItemBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnShoppingCartItemDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnShoppingCartItemDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnShoppingCartItemDataGridViewDataError() protected méthode

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.
Résultat void

ShoppingCartItemDataGridViewBase() public méthode

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

Property Details

uxDateCreatedDataGridViewColumn protected_oe property

the DGV column associated with the DateCreated property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDateCreatedDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxQuantityDataGridViewColumn protected_oe property

the DGV column associated with the Quantity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxQuantityDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartIdDataGridViewColumn protected_oe property

the DGV column associated with the ShoppingCartId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartItemBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxShoppingCartItemBindingSource
Résultat System.Windows.Forms.BindingSource

uxShoppingCartItemDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxShoppingCartItemDataGridView
Résultat System.Windows.Forms.DataGridView

uxShoppingCartItemErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxShoppingCartItemErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxShoppingCartItemIdDataGridViewColumn protected_oe property

the DGV column associated with the ShoppingCartItemId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartItemIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn