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

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

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

Свойство Тип Описание
uxAdditionalContactInfo System.Windows.Forms.TextBox
uxAdditionalContactInfoLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxContactId System.Windows.Forms.TextBox
uxContactIdLabel System.Windows.Forms.Label
uxEmailAddress System.Windows.Forms.TextBox
uxEmailAddressLabel System.Windows.Forms.Label
uxEmailPromotion System.Windows.Forms.TextBox
uxEmailPromotionLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFirstName System.Windows.Forms.TextBox
uxFirstNameLabel System.Windows.Forms.Label
uxLastName System.Windows.Forms.TextBox
uxLastNameLabel System.Windows.Forms.Label
uxMiddleName System.Windows.Forms.TextBox
uxMiddleNameLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxNameStyle System.Windows.Forms.CheckBox
uxNameStyleLabel System.Windows.Forms.Label
uxPasswordHash System.Windows.Forms.TextBox
uxPasswordHashLabel System.Windows.Forms.Label
uxPasswordSalt System.Windows.Forms.TextBox
uxPasswordSaltLabel System.Windows.Forms.Label
uxPhone System.Windows.Forms.TextBox
uxPhoneLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSuffix System.Windows.Forms.TextBox
uxSuffixLabel System.Windows.Forms.Label
uxTitle System.Windows.Forms.TextBox
uxTitleLabel System.Windows.Forms.Label

Private Properties

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

CheckBox for the NameStyle property.
protected System.Windows.Forms.CheckBox uxNameStyle
Результат System.Windows.Forms.CheckBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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