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 |
Property | Type | Description | |
---|---|---|---|
OnProductBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
ProductDataGridViewBase ( ) |
Initializes a new instance of the ProductDataGridViewBase class.
|
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.
|
Method | Description | |
---|---|---|
OnProductBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnProductDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxColorDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDaysToManufactureDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscontinuedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxFinishedGoodsFlagDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewCheckBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxMakeFlagDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewCheckBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxProductBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxProductDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxProductErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductLineDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductNumberDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductSubcategoryIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReorderPointDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameClassDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafetyStockLevelDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellEndDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSellStartDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSizeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSizeUnitMeasureCodeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardCostDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStyleDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWeightDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |