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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnSalesOrderHeaderBindingSourceCurrentItemChanged void

Public Methods

Method Description
SalesOrderHeaderDataGridViewBase ( )

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnSalesOrderHeaderBindingSourceCurrentItemChanged ( 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

OnSalesOrderHeaderDataGridViewCellValueNeeded() protected method

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.
return void

OnSalesOrderHeaderDataGridViewCellValuePushed() protected method

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.
return void

OnSalesOrderHeaderDataGridViewDataError() protected method

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.
return void

SalesOrderHeaderDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxBillToAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the BillToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxBillToAddressIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCommentDataGridViewColumn protected_oe property

the DGV column associated with the Comment property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommentDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCreditCardApprovalCodeDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardApprovalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardApprovalCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardIdDataGridViewColumn protected_oe property

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCreditCardIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCurrencyRateIdDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCurrencyRateIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn protected_oe property

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxDueDateDataGridViewColumn protected_oe property

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

uxFreightDataGridViewColumn protected_oe property

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

uxOnlineOrderFlagDataGridViewColumn protected_oe property

the DGV column associated with the OnlineOrderFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxOnlineOrderFlagDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxOrderDateDataGridViewColumn protected_oe property

the DGV column associated with the OrderDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderNumberDataGridViewColumn protected_oe property

the DGV column associated with the PurchaseOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRevisionNumberDataGridViewColumn protected_oe property

the DGV column associated with the RevisionNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderHeaderBindingSource protected_oe property

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

uxSalesOrderHeaderDataGridView protected_oe property

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

uxSalesOrderHeaderErrorProvider protected_oe property

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

uxSalesOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderNumberDataGridViewColumn protected_oe property

the DGV column associated with the SalesOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxShipDateDataGridViewColumn protected_oe property

the DGV column associated with the ShipDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipMethodIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxShipToAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the ShipToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipToAddressIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxStatusDataGridViewColumn protected_oe property

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSubTotalDataGridViewColumn protected_oe property

the DGV column associated with the SubTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSubTotalDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxAmtDataGridViewColumn protected_oe property

the DGV column associated with the TaxAmt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxAmtDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn protected_oe property

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxTotalDueDataGridViewColumn protected_oe property

the DGV column associated with the TotalDue property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTotalDueDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn