C# Class Nettiers.AdventureWorks.Windows.Forms.PurchaseOrderDetailDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLineTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxPurchaseOrderDetailBindingSource System.Windows.Forms.BindingSource
uxPurchaseOrderDetailDataGridView System.Windows.Forms.DataGridView
uxPurchaseOrderDetailErrorProvider System.Windows.Forms.ErrorProvider
uxPurchaseOrderDetailIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxReceivedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRejectedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStockedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnPurchaseOrderDetailBindingSourceCurrentItemChanged void

Public Methods

Method Description
PurchaseOrderDetailDataGridViewBase ( )

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.

Private Methods

Method Description
OnPurchaseOrderDetailBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnPurchaseOrderDetailDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnPurchaseOrderDetailDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnPurchaseOrderDetailDataGridViewDataError() protected method

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

PurchaseOrderDetailDataGridViewBase() public method

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

Property Details

uxDueDateDataGridViewColumn protected_oe property

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLineTotalDataGridViewColumn protected_oe property

the DGV column associated with the LineTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLineTotalDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxPurchaseOrderDetailBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxPurchaseOrderDetailBindingSource
return System.Windows.Forms.BindingSource

uxPurchaseOrderDetailDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxPurchaseOrderDetailDataGridView
return System.Windows.Forms.DataGridView

uxPurchaseOrderDetailErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxPurchaseOrderDetailErrorProvider
return System.Windows.Forms.ErrorProvider

uxPurchaseOrderDetailIdDataGridViewColumn protected_oe property

the DGV column associated with the PurchaseOrderDetailId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderDetailIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the PurchaseOrderId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxPurchaseOrderIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxReceivedQtyDataGridViewColumn protected_oe property

the DGV column associated with the ReceivedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReceivedQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRejectedQtyDataGridViewColumn protected_oe property

the DGV column associated with the RejectedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRejectedQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStockedQtyDataGridViewColumn protected_oe property

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitPriceDataGridViewColumn protected_oe property

the DGV column associated with the UnitPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitPriceDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn