Property | Type | Description | |
---|---|---|---|
uxActualCostDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxActualEndDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxActualResourceHrsDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxActualStartDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxLocationIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxOperationSequenceDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxPlannedCostDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxScheduledEndDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxScheduledStartDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxWorkOrderIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxWorkOrderRoutingBindingSource | System.Windows.Forms.BindingSource | ||
uxWorkOrderRoutingDataGridView | System.Windows.Forms.DataGridView | ||
uxWorkOrderRoutingErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnWorkOrderRoutingBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
WorkOrderRoutingDataGridViewBase ( ) |
Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnWorkOrderRoutingDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxWorkOrderRoutingDataGridView control.
|
|
OnWorkOrderRoutingDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxWorkOrderRoutingDataGridView control.
|
|
OnWorkOrderRoutingDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxWorkOrderRoutingDataGridView control.
|
Method | Description | |
---|---|---|
OnWorkOrderRoutingBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnWorkOrderRoutingDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnWorkOrderRoutingDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnWorkOrderRoutingDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualCostDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualEndDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualResourceHrsDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualStartDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOperationSequenceDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPlannedCostDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledEndDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledStartDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxWorkOrderIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.BindingSource uxWorkOrderRoutingBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxWorkOrderRoutingDataGridView | ||
return | System.Windows.Forms.DataGridView |