Property | Type | Description | |
---|---|---|---|
uxEmployeeIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxFreightDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxOrderDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxPurchaseOrderHeaderBindingSource | System.Windows.Forms.BindingSource | ||
uxPurchaseOrderHeaderDataGridView | System.Windows.Forms.DataGridView | ||
uxPurchaseOrderHeaderErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxPurchaseOrderIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRevisionNumberDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxShipDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxShipMethodIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxStatusDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxSubTotalDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTaxAmtDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTotalDueDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxVendorIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnPurchaseOrderHeaderBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
PurchaseOrderHeaderDataGridViewBase ( ) |
Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnPurchaseOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxPurchaseOrderHeaderDataGridView control.
|
|
OnPurchaseOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxPurchaseOrderHeaderDataGridView control.
|
|
OnPurchaseOrderHeaderDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxPurchaseOrderHeaderDataGridView control.
|
Method | Description | |
---|---|---|
OnPurchaseOrderHeaderBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnPurchaseOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnPurchaseOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnPurchaseOrderHeaderDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFreightDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxPurchaseOrderHeaderBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxPurchaseOrderHeaderDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxPurchaseOrderHeaderErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionNumberDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipMethodIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSubTotalDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxAmtDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTotalDueDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |