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

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

Protected Properties

Свойство Type Description
uxAccountNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxBillToAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCommentDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCreditCardApprovalCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCurrencyRateIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFreightDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOnlineOrderFlagDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxOrderDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRevisionNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesOrderHeaderBindingSource System.Windows.Forms.BindingSource
uxSalesOrderHeaderDataGridView System.Windows.Forms.DataGridView
uxSalesOrderHeaderErrorProvider System.Windows.Forms.ErrorProvider
uxSalesOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesOrderNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxShipDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShipMethodIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxShipToAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStatusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSubTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTaxAmtDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxTotalDueDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
SalesOrderHeaderDataGridViewBase ( )

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

OnSalesOrderHeaderDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesOrderHeaderDataGridView control.

OnSalesOrderHeaderDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesOrderHeaderDataGridView control.

OnSalesOrderHeaderDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesOrderHeaderDataGridView control.

Private Methods

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

OnSalesOrderHeaderDataGridViewCellValueNeeded() protected méthode

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

OnSalesOrderHeaderDataGridViewCellValuePushed() protected méthode

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

OnSalesOrderHeaderDataGridViewDataError() protected méthode

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

SalesOrderHeaderDataGridViewBase() public méthode

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

Property Details

uxAccountNumberDataGridViewColumn protected_oe property

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxBillToAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the BillToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxBillToAddressIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCommentDataGridViewColumn protected_oe property

the DGV column associated with the Comment property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommentDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCreditCardApprovalCodeDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardApprovalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardApprovalCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardIdDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCreditCardIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCurrencyRateIdDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCurrencyRateIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn protected_oe property

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxDueDateDataGridViewColumn protected_oe property

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

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

uxOnlineOrderFlagDataGridViewColumn protected_oe property

the DGV column associated with the OnlineOrderFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxOnlineOrderFlagDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewCheckBoxColumn

uxOrderDateDataGridViewColumn protected_oe property

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

uxPurchaseOrderNumberDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderHeaderBindingSource protected_oe property

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

uxSalesOrderHeaderDataGridView protected_oe property

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

uxSalesOrderHeaderErrorProvider protected_oe property

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

uxSalesOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderNumberDataGridViewColumn protected_oe property

the DGV column associated with the SalesOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

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

uxShipToAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipToAddressIdDataGridViewColumn
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

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxTotalDueDataGridViewColumn protected_oe property

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