C# Класс Nettiers.AdventureWorks.Windows.Forms.SalesOrderHeaderDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnSalesOrderHeaderBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
SalesOrderHeaderDataGridViewBase ( )

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnSalesOrderHeaderBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

OnSalesOrderHeaderDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnSalesOrderHeaderDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnSalesOrderHeaderDataGridViewDataError() защищенный Метод

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.
Результат void

SalesOrderHeaderDataGridViewBase() публичный Метод

Initializes a new instance of the SalesOrderHeaderDataGridViewBase class.

Описание свойств

uxAccountNumberDataGridViewColumn защищенное свойство

the DGV column associated with the AccountNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAccountNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxBillToAddressIdDataGridViewColumn защищенное свойство

the DGV column associated with the BillToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxBillToAddressIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxCommentDataGridViewColumn защищенное свойство

the DGV column associated with the Comment property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommentDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxContactIdDataGridViewColumn защищенное свойство

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxCreditCardApprovalCodeDataGridViewColumn защищенное свойство

the DGV column associated with the CreditCardApprovalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardApprovalCodeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardIdDataGridViewColumn защищенное свойство

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCreditCardIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxCurrencyRateIdDataGridViewColumn защищенное свойство

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCurrencyRateIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerIdDataGridViewColumn защищенное свойство

the DGV column associated with the CustomerId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxDueDateDataGridViewColumn защищенное свойство

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxFreightDataGridViewColumn защищенное свойство

the DGV column associated with the Freight property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFreightDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxOnlineOrderFlagDataGridViewColumn защищенное свойство

the DGV column associated with the OnlineOrderFlag property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxOnlineOrderFlagDataGridViewColumn
Результат System.Windows.Forms.DataGridViewCheckBoxColumn

uxOrderDateDataGridViewColumn защищенное свойство

the DGV column associated with the OrderDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxPurchaseOrderNumberDataGridViewColumn защищенное свойство

the DGV column associated with the PurchaseOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPurchaseOrderNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxRevisionNumberDataGridViewColumn защищенное свойство

the DGV column associated with the RevisionNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn защищенное свойство

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderHeaderBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxSalesOrderHeaderBindingSource
Результат System.Windows.Forms.BindingSource

uxSalesOrderHeaderDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxSalesOrderHeaderDataGridView
Результат System.Windows.Forms.DataGridView

uxSalesOrderHeaderErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxSalesOrderHeaderErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxSalesOrderIdDataGridViewColumn защищенное свойство

the DGV column associated with the SalesOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesOrderNumberDataGridViewColumn защищенное свойство

the DGV column associated with the SalesOrderNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesOrderNumberDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesPersonIdDataGridViewColumn защищенное свойство

the DGV column associated with the SalesPersonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxShipDateDataGridViewColumn защищенное свойство

the DGV column associated with the ShipDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShipDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxShipMethodIdDataGridViewColumn защищенное свойство

the DGV column associated with the ShipMethodId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipMethodIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxShipToAddressIdDataGridViewColumn защищенное свойство

the DGV column associated with the ShipToAddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxShipToAddressIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxStatusDataGridViewColumn защищенное свойство

the DGV column associated with the Status property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSubTotalDataGridViewColumn защищенное свойство

the DGV column associated with the SubTotal property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSubTotalDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxTaxAmtDataGridViewColumn защищенное свойство

the DGV column associated with the TaxAmt property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTaxAmtDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxTerritoryIdDataGridViewColumn защищенное свойство

the DGV column associated with the TerritoryId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxTerritoryIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxTotalDueDataGridViewColumn защищенное свойство

the DGV column associated with the TotalDue property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTotalDueDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn