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

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

Protected Properties

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

Private Properties

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

Méthodes publiques

Méthode Description
PurchaseOrderHeaderDataGridViewBase ( )

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase 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.

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.

Private Methods

Méthode Description
OnPurchaseOrderHeaderBindingSourceCurrentItemChanged ( 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

OnPurchaseOrderHeaderDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxPurchaseOrderHeaderDataGridView control.
protected OnPurchaseOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnPurchaseOrderHeaderDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxPurchaseOrderHeaderDataGridView control.
protected OnPurchaseOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnPurchaseOrderHeaderDataGridViewDataError() protected méthode

Handles the DataError event of the uxPurchaseOrderHeaderDataGridView control.
protected OnPurchaseOrderHeaderDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

PurchaseOrderHeaderDataGridViewBase() public méthode

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.

Property Details

uxEmployeeIdDataGridViewColumn protected_oe property

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxFreightDataGridViewColumn protected_oe property

the DGV column associated with the Freight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFreightDataGridViewColumn
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

uxOrderDateDataGridViewColumn protected_oe property

the DGV column associated with the OrderDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderHeaderBindingSource protected_oe property

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

uxPurchaseOrderHeaderDataGridView protected_oe property

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

uxPurchaseOrderHeaderErrorProvider protected_oe property

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

uxPurchaseOrderIdDataGridViewColumn protected_oe property

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

uxRevisionNumberDataGridViewColumn protected_oe property

the DGV column associated with the RevisionNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShipDateDataGridViewColumn protected_oe property

the DGV column associated with the ShipDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipMethodIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxStatusDataGridViewColumn protected_oe property

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSubTotalDataGridViewColumn protected_oe property

the DGV column associated with the SubTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSubTotalDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxAmtDataGridViewColumn protected_oe property

the DGV column associated with the TaxAmt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxAmtDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTotalDueDataGridViewColumn protected_oe property

the DGV column associated with the TotalDue property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTotalDueDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn