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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
ProductDataGridViewBase ( )

Initializes a new instance of the ProductDataGridViewBase 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.

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

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

OnProductDataGridViewCellValueNeeded() protected méthode

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

OnProductDataGridViewCellValuePushed() protected méthode

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

OnProductDataGridViewDataError() protected méthode

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

ProductDataGridViewBase() public méthode

Initializes a new instance of the ProductDataGridViewBase class.

Property Details

uxColorDataGridViewColumn protected_oe property

the DGV column associated with the Color property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxColorDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDaysToManufactureDataGridViewColumn protected_oe property

the DGV column associated with the DaysToManufacture property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDaysToManufactureDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscontinuedDateDataGridViewColumn protected_oe property

the DGV column associated with the DiscontinuedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscontinuedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxFinishedGoodsFlagDataGridViewColumn protected_oe property

the DGV column associated with the FinishedGoodsFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxFinishedGoodsFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxListPriceDataGridViewColumn protected_oe property

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMakeFlagDataGridViewColumn protected_oe property

the DGV column associated with the MakeFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxMakeFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductBindingSource protected_oe property

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

uxProductDataGridView protected_oe property

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

uxProductErrorProvider protected_oe property

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

uxProductIdDataGridViewColumn protected_oe property

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

uxProductLineDataGridViewColumn protected_oe property

the DGV column associated with the ProductLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductLineDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductModelIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxProductNumberDataGridViewColumn protected_oe property

the DGV column associated with the ProductNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductSubcategoryIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductSubcategoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductSubcategoryIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxReorderPointDataGridViewColumn protected_oe property

the DGV column associated with the ReorderPoint property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReorderPointDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameClassDataGridViewColumn protected_oe property

the DGV column associated with the SafeNameClass property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameClassDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSafetyStockLevelDataGridViewColumn protected_oe property

the DGV column associated with the SafetyStockLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafetyStockLevelDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSellEndDateDataGridViewColumn protected_oe property

the DGV column associated with the SellEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellEndDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSellStartDateDataGridViewColumn protected_oe property

the DGV column associated with the SellStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeDataGridViewColumn protected_oe property

the DGV column associated with the Size property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSizeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSizeUnitMeasureCodeDataGridViewColumn protected_oe property

the DGV column associated with the SizeUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSizeUnitMeasureCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxStandardCostDataGridViewColumn protected_oe property

the DGV column associated with the StandardCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardCostDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStyleDataGridViewColumn protected_oe property

the DGV column associated with the Style property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStyleDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightDataGridViewColumn protected_oe property

the DGV column associated with the Weight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWeightDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxWeightUnitMeasureCodeDataGridViewColumn protected_oe property

the DGV column associated with the WeightUnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxWeightUnitMeasureCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn