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

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

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

Свойство Тип Описание
uxBindingSource System.Windows.Forms.BindingSource
uxCarrierTrackingNumber System.Windows.Forms.TextBox
uxCarrierTrackingNumberLabel 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
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalesOrderDetailId System.Windows.Forms.TextBox
uxSalesOrderDetailIdLabel System.Windows.Forms.Label
uxSalesOrderId System.Windows.Forms.ComboBox
uxSalesOrderIdLabel System.Windows.Forms.Label
uxSpecialOfferId System.Windows.Forms.ComboBox
uxSpecialOfferIdLabel System.Windows.Forms.Label
uxUnitPrice System.Windows.Forms.TextBox
uxUnitPriceDiscount System.Windows.Forms.TextBox
uxUnitPriceDiscountLabel System.Windows.Forms.Label
uxUnitPriceLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

SalesOrderDetailEditControlBase ( )

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

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

Initializes a new instance of the SalesOrderDetailEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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