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

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnShoppingCartItemBindingSourceCurrentItemChanged void

Public Methods

Method Description
ShoppingCartItemDataGridViewBase ( )

Initializes a new instance of the ShoppingCartItemDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnShoppingCartItemBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnShoppingCartItemDataGridViewCellValueNeeded() protected method

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.
return void

OnShoppingCartItemDataGridViewCellValuePushed() protected method

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.
return void

OnShoppingCartItemDataGridViewDataError() protected method

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.
return void

ShoppingCartItemDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxQuantityDataGridViewColumn protected_oe property

the DGV column associated with the Quantity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxQuantityDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartIdDataGridViewColumn protected_oe property

the DGV column associated with the ShoppingCartId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShoppingCartItemBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxShoppingCartItemBindingSource
return System.Windows.Forms.BindingSource

uxShoppingCartItemDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxShoppingCartItemDataGridView
return System.Windows.Forms.DataGridView

uxShoppingCartItemErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxShoppingCartItemErrorProvider
return System.Windows.Forms.ErrorProvider

uxShoppingCartItemIdDataGridViewColumn protected_oe property

the DGV column associated with the ShoppingCartItemId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShoppingCartItemIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn