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

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

Protected Properties

Property Type Description
uxColorDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDaysToManufactureDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDiscontinuedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFinishedGoodsFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxListPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMakeFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductBindingSource System.Windows.Forms.BindingSource
uxProductDataGridView System.Windows.Forms.DataGridView
uxProductErrorProvider System.Windows.Forms.ErrorProvider
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductLineDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductSubcategoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxReorderPointDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameClassDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafetyStockLevelDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSellEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSellStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSizeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSizeUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStandardCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStyleDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWeightDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWeightUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

Property Type Description
OnProductBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductDataGridViewBase ( )

Initializes a new instance of the ProductDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductDataGridView control.

OnProductDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductDataGridView control.

OnProductDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductDataGridView control.

Private Methods

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

OnProductDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxProductDataGridView control.
protected OnProductDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnProductDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxProductDataGridView control.
protected OnProductDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnProductDataGridViewDataError() protected method

Handles the DataError event of the uxProductDataGridView control.
protected OnProductDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

ProductDataGridViewBase() public method

Initializes a new instance of the ProductDataGridViewBase class.

Property Details

uxColorDataGridViewColumn protected property

the DGV column associated with the Color property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxColorDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDaysToManufactureDataGridViewColumn protected property

the DGV column associated with the DaysToManufacture property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDaysToManufactureDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscontinuedDateDataGridViewColumn protected property

the DGV column associated with the DiscontinuedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscontinuedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxFinishedGoodsFlagDataGridViewColumn protected property

the DGV column associated with the FinishedGoodsFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxFinishedGoodsFlagDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxListPriceDataGridViewColumn protected property

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMakeFlagDataGridViewColumn protected property

the DGV column associated with the MakeFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxMakeFlagDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxModifiedDateDataGridViewColumn protected property

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

uxNameDataGridViewColumn protected property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductBindingSource protected property

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

uxProductDataGridView protected property

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

uxProductErrorProvider protected property

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

uxProductIdDataGridViewColumn protected property

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

uxProductLineDataGridViewColumn protected property

the DGV column associated with the ProductLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductLineDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductModelIdDataGridViewColumn protected property

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductNumberDataGridViewColumn protected property

the DGV column associated with the ProductNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductSubcategoryIdDataGridViewColumn protected property

the DGV column associated with the ProductSubcategoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductSubcategoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxReorderPointDataGridViewColumn protected property

the DGV column associated with the ReorderPoint property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReorderPointDataGridViewColumn
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

uxSafeNameClassDataGridViewColumn protected property

the DGV column associated with the SafeNameClass property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameClassDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSafetyStockLevelDataGridViewColumn protected property

the DGV column associated with the SafetyStockLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafetyStockLevelDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSellEndDateDataGridViewColumn protected property

the DGV column associated with the SellEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSellStartDateDataGridViewColumn protected property

the DGV column associated with the SellStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeDataGridViewColumn protected property

the DGV column associated with the Size property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSizeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeUnitMeasureCodeDataGridViewColumn protected property

the DGV column associated with the SizeUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSizeUnitMeasureCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxStandardCostDataGridViewColumn protected property

the DGV column associated with the StandardCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardCostDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStyleDataGridViewColumn protected property

the DGV column associated with the Style property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStyleDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightDataGridViewColumn protected property

the DGV column associated with the Weight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWeightDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightUnitMeasureCodeDataGridViewColumn protected property

the DGV column associated with the WeightUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxWeightUnitMeasureCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn