C# 클래스 Nettiers.AdventureWorks.Windows.Forms.ContactEditControlBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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