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

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

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

Свойство Тип Описание
uxAddressId System.Windows.Forms.ComboBox
uxAddressIdLabel System.Windows.Forms.Label
uxAddressTypeId System.Windows.Forms.ComboBox
uxAddressTypeIdLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel 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.

VendorAddressEditControlBase ( )

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

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

Initializes a new instance of the VendorAddressEditControlBase class.

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

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

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

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

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

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

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

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

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

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

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