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

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

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

Свойство Тип Описание
uxBillOfMaterialsId System.Windows.Forms.TextBox
uxBillOfMaterialsIdLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxBomLevel System.Windows.Forms.TextBox
uxBomLevelLabel System.Windows.Forms.Label
uxComponentId System.Windows.Forms.ComboBox
uxComponentIdLabel System.Windows.Forms.Label
uxEndDate System.Windows.Forms.DateTimePicker
uxEndDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxPerAssemblyQty System.Windows.Forms.TextBox
uxPerAssemblyQtyLabel System.Windows.Forms.Label
uxProductAssemblyId System.Windows.Forms.ComboBox
uxProductAssemblyIdLabel System.Windows.Forms.Label
uxStartDate System.Windows.Forms.DateTimePicker
uxStartDateLabel System.Windows.Forms.Label
uxUnitMeasureCode System.Windows.Forms.ComboBox
uxUnitMeasureCodeLabel System.Windows.Forms.Label

Private Properties

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

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

Метод Описание
BillOfMaterialsEditControlBase ( )

Initializes a new instance of the BillOfMaterialsEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

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

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

Clean up any resources being used.

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

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

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Описание методов

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

Initializes a new instance of the BillOfMaterialsEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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