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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxDueDate System.Windows.Forms.DateTimePicker
uxDueDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLineTotal System.Windows.Forms.TextBox
uxLineTotalLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderQty System.Windows.Forms.TextBox
uxOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxPurchaseOrderDetailId System.Windows.Forms.TextBox
uxPurchaseOrderDetailIdLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.ComboBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxReceivedQty System.Windows.Forms.TextBox
uxReceivedQtyLabel System.Windows.Forms.Label
uxRejectedQty System.Windows.Forms.TextBox
uxRejectedQtyLabel System.Windows.Forms.Label
uxStockedQty System.Windows.Forms.TextBox
uxStockedQtyLabel System.Windows.Forms.Label
uxUnitPrice System.Windows.Forms.TextBox
uxUnitPriceLabel System.Windows.Forms.Label

Private Properties

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

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

Метод Описание
InitializeComponent ( ) : void

Initializes the component.

PurchaseOrderDetailEditControlBase ( )

Initializes a new instance of the PurchaseOrderDetailEditControlBase class.

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

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

Clean up any resources being used.

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

Метод Описание
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( 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

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

Initializes the component.
public InitializeComponent ( ) : void
Результат void

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

Initializes a new instance of the PurchaseOrderDetailEditControlBase class.

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

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

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Результат System.Windows.Forms.BindingSource

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

DataTimePicker for the DueDate property.
protected System.Windows.Forms.DateTimePicker uxDueDate
Результат System.Windows.Forms.DateTimePicker

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

The System.Windows.Forms.Label associated with the DueDate property.
protected System.Windows.Forms.Label uxDueDateLabel
Результат System.Windows.Forms.Label

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

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Результат System.Windows.Forms.ErrorProvider

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

TextBox for the LineTotal property.
protected System.Windows.Forms.TextBox uxLineTotal
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the LineTotal property.
protected System.Windows.Forms.Label uxLineTotalLabel
Результат System.Windows.Forms.Label

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

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Результат System.Windows.Forms.DateTimePicker

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

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Результат System.Windows.Forms.Label

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

TextBox for the OrderQty property.
protected System.Windows.Forms.TextBox uxOrderQty
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the OrderQty property.
protected System.Windows.Forms.Label uxOrderQtyLabel
Результат System.Windows.Forms.Label

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

ComboBox for the ProductId property.
protected System.Windows.Forms.ComboBox uxProductId
Результат System.Windows.Forms.ComboBox

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

The System.Windows.Forms.Label associated with the ProductId property.
protected System.Windows.Forms.Label uxProductIdLabel
Результат System.Windows.Forms.Label

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

TextBox for the PurchaseOrderDetailId property.
protected System.Windows.Forms.TextBox uxPurchaseOrderDetailId
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the PurchaseOrderDetailId property.
protected System.Windows.Forms.Label uxPurchaseOrderDetailIdLabel
Результат System.Windows.Forms.Label

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

ComboBox for the PurchaseOrderId property.
protected System.Windows.Forms.ComboBox uxPurchaseOrderId
Результат System.Windows.Forms.ComboBox

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

The System.Windows.Forms.Label associated with the PurchaseOrderId property.
protected System.Windows.Forms.Label uxPurchaseOrderIdLabel
Результат System.Windows.Forms.Label

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

TextBox for the ReceivedQty property.
protected System.Windows.Forms.TextBox uxReceivedQty
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the ReceivedQty property.
protected System.Windows.Forms.Label uxReceivedQtyLabel
Результат System.Windows.Forms.Label

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

TextBox for the RejectedQty property.
protected System.Windows.Forms.TextBox uxRejectedQty
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the RejectedQty property.
protected System.Windows.Forms.Label uxRejectedQtyLabel
Результат System.Windows.Forms.Label

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

TextBox for the StockedQty property.
protected System.Windows.Forms.TextBox uxStockedQty
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the StockedQty property.
protected System.Windows.Forms.Label uxStockedQtyLabel
Результат System.Windows.Forms.Label

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

TextBox for the UnitPrice property.
protected System.Windows.Forms.TextBox uxUnitPrice
Результат System.Windows.Forms.TextBox

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

The System.Windows.Forms.Label associated with the UnitPrice property.
protected System.Windows.Forms.Label uxUnitPriceLabel
Результат System.Windows.Forms.Label