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

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

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

Свойство Тип Описание
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLineTotalDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxPurchaseOrderDetailBindingSource System.Windows.Forms.BindingSource
uxPurchaseOrderDetailDataGridView System.Windows.Forms.DataGridView
uxPurchaseOrderDetailErrorProvider System.Windows.Forms.ErrorProvider
uxPurchaseOrderDetailIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPurchaseOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxReceivedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRejectedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStockedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.

OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.

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

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

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

Handles the CellValueNeeded event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the DataError event of the uxPurchaseOrderDetailDataGridView control.
protected OnPurchaseOrderDetailDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Initializes a new instance of the PurchaseOrderDetailDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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