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

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

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

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

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

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

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

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the PurchaseOrderHeaderDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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