Property | Type | Description | |
---|---|---|---|
uxBillOfMaterialsBindingSource | System.Windows.Forms.BindingSource | ||
uxBillOfMaterialsDataGridView | System.Windows.Forms.DataGridView | ||
uxBillOfMaterialsErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxBillOfMaterialsIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxBomLevelDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxComponentIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxEndDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxPerAssemblyQtyDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductAssemblyIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxStartDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxUnitMeasureCodeDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnBillOfMaterialsBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
BillOfMaterialsDataGridViewBase ( ) |
Initializes a new instance of the BillOfMaterialsDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnBillOfMaterialsDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxBillOfMaterialsDataGridView control.
|
|
OnBillOfMaterialsDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxBillOfMaterialsDataGridView control.
|
|
OnBillOfMaterialsDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxBillOfMaterialsDataGridView control.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
Method | Description | |
---|---|---|
OnBillOfMaterialsBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnBillOfMaterialsDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnBillOfMaterialsDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnBillOfMaterialsDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.BindingSource uxBillOfMaterialsBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxBillOfMaterialsDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxBillOfMaterialsErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBillOfMaterialsIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBomLevelDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxComponentIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPerAssemblyQtyDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductAssemblyIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |