Property | Type | Description | |
---|---|---|---|
uxDueDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxEndDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxOrderQtyDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxScrapReasonIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxScrappedQtyDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxStartDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxStockedQtyDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxWorkOrderBindingSource | System.Windows.Forms.BindingSource | ||
uxWorkOrderDataGridView | System.Windows.Forms.DataGridView | ||
uxWorkOrderErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxWorkOrderIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnWorkOrderBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
WorkOrderDataGridViewBase ( ) |
Initializes a new instance of the WorkOrderDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnWorkOrderDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxWorkOrderDataGridView control.
|
|
OnWorkOrderDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxWorkOrderDataGridView control.
|
|
OnWorkOrderDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxWorkOrderDataGridView control.
|
Method | Description | |
---|---|---|
OnWorkOrderBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnWorkOrderDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnWorkOrderDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnWorkOrderDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
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 uxOrderQtyDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxScrapReasonIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScrappedQtyDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxWorkOrderBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxWorkOrderDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxWorkOrderErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |