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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxEmployeeId System.Windows.Forms.ComboBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFreight System.Windows.Forms.TextBox
uxFreightLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderDate System.Windows.Forms.DateTimePicker
uxOrderDateLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.TextBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxRevisionNumber System.Windows.Forms.TextBox
uxRevisionNumberLabel System.Windows.Forms.Label
uxShipDate System.Windows.Forms.DateTimePicker
uxShipDateLabel System.Windows.Forms.Label
uxShipMethodId System.Windows.Forms.ComboBox
uxShipMethodIdLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxSubTotal System.Windows.Forms.TextBox
uxSubTotalLabel System.Windows.Forms.Label
uxTaxAmt System.Windows.Forms.TextBox
uxTaxAmtLabel System.Windows.Forms.Label
uxTotalDue System.Windows.Forms.TextBox
uxTotalDueLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.ComboBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

PurchaseOrderHeaderEditControlBase ( )

Initializes a new instance of the PurchaseOrderHeaderEditControlBase 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

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

Initializes a new instance of the PurchaseOrderHeaderEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

The System.Windows.Forms.Label associated with the Freight property.
protected System.Windows.Forms.Label uxFreightLabel
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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