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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property Type Description
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

Property Type Description
OnProductInventoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductInventoryDataGridViewBase ( )

Initializes a new instance of the ProductInventoryDataGridViewBase class.

Protected Methods

Method Description
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.

Private Methods

Method Description
OnProductInventoryBindingSourceCurrentItemChanged ( 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

OnProductInventoryDataGridViewCellValueNeeded() protected method

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

OnProductInventoryDataGridViewCellValuePushed() protected method

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

OnProductInventoryDataGridViewDataError() protected method

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

ProductInventoryDataGridViewBase() public method

Initializes a new instance of the ProductInventoryDataGridViewBase class.

Property Details

uxBinDataGridViewColumn protected property

the DGV column associated with the Bin property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBinDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn protected property

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected property

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

uxProductIdDataGridViewColumn protected property

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

uxProductInventoryBindingSource protected property

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

uxProductInventoryDataGridView protected property

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

uxProductInventoryErrorProvider protected property

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

uxQuantityDataGridViewColumn protected property

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

uxRowguidDataGridViewColumn protected property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShelfDataGridViewColumn protected property

the DGV column associated with the Shelf property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShelfDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn