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

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

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

Свойство Тип Описание
uxAverageLeadTime System.Windows.Forms.TextBox
uxAverageLeadTimeLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLastReceiptCost System.Windows.Forms.TextBox
uxLastReceiptCostLabel System.Windows.Forms.Label
uxLastReceiptDate System.Windows.Forms.DateTimePicker
uxLastReceiptDateLabel System.Windows.Forms.Label
uxMaxOrderQty System.Windows.Forms.TextBox
uxMaxOrderQtyLabel System.Windows.Forms.Label
uxMinOrderQty System.Windows.Forms.TextBox
uxMinOrderQtyLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOnOrderQty System.Windows.Forms.TextBox
uxOnOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxStandardPrice System.Windows.Forms.TextBox
uxStandardPriceLabel System.Windows.Forms.Label
uxUnitMeasureCode System.Windows.Forms.ComboBox
uxUnitMeasureCodeLabel 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.

ProductVendorEditControlBase ( )

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

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

Initializes a new instance of the ProductVendorEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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