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

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

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

Свойство Тип Описание
uxBin System.Windows.Forms.TextBox
uxBinLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLocationId System.Windows.Forms.ComboBox
uxLocationIdLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxQuantity System.Windows.Forms.TextBox
uxQuantityLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxShelf System.Windows.Forms.TextBox
uxShelfLabel System.Windows.Forms.Label

Private Properties

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

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

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

Initializes the component.

ProductInventoryEditControlBase ( )

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

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

Initializes a new instance of the ProductInventoryEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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