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

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

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

Свойство Тип Описание
uxAccountNumber System.Windows.Forms.TextBox
uxAccountNumberLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCustomerId System.Windows.Forms.TextBox
uxCustomerIdLabel System.Windows.Forms.Label
uxCustomerType System.Windows.Forms.TextBox
uxCustomerTypeLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxTerritoryId System.Windows.Forms.ComboBox
uxTerritoryIdLabel System.Windows.Forms.Label

Private Properties

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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