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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnPurchaseOrderDetailBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
PurchaseOrderDetailDataGridViewBase ( )

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnPurchaseOrderDetailBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnPurchaseOrderDetailDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnPurchaseOrderDetailDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnPurchaseOrderDetailDataGridViewDataError() protected méthode

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.
Résultat void

PurchaseOrderDetailDataGridViewBase() public méthode

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
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLineTotalDataGridViewColumn protected_oe property

the DGV column associated with the LineTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLineTotalDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxPurchaseOrderDetailBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxPurchaseOrderDetailBindingSource
Résultat System.Windows.Forms.BindingSource

uxPurchaseOrderDetailDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxPurchaseOrderDetailDataGridView
Résultat System.Windows.Forms.DataGridView

uxPurchaseOrderDetailErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxPurchaseOrderDetailErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxPurchaseOrderDetailIdDataGridViewColumn protected_oe property

the DGV column associated with the PurchaseOrderDetailId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderDetailIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the PurchaseOrderId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxPurchaseOrderIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxReceivedQtyDataGridViewColumn protected_oe property

the DGV column associated with the ReceivedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReceivedQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRejectedQtyDataGridViewColumn protected_oe property

the DGV column associated with the RejectedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRejectedQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStockedQtyDataGridViewColumn protected_oe property

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitPriceDataGridViewColumn protected_oe property

the DGV column associated with the UnitPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitPriceDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn