C# Class Nettiers.AdventureWorks.Windows.Forms.ContactEditControlBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
BindControls void
uxBindingSource_currentItemChanged void

Méthodes publiques

Méthode Description
ContactEditControlBase ( )

Initializes a new instance of the ContactEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

ContactEditControlBase() public méthode

Initializes a new instance of the ContactEditControlBase class.

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializeComponent() public méthode

Initializes the component.
public InitializeComponent ( ) : void
Résultat void

Property Details

uxAdditionalContactInfo protected_oe property

TextBox for the AdditionalContactInfo property.
protected System.Windows.Forms.TextBox uxAdditionalContactInfo
Résultat System.Windows.Forms.TextBox

uxAdditionalContactInfoLabel protected_oe property

The System.Windows.Forms.Label associated with the AdditionalContactInfo property.
protected System.Windows.Forms.Label uxAdditionalContactInfoLabel
Résultat System.Windows.Forms.Label

uxBindingSource protected_oe property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Résultat System.Windows.Forms.BindingSource

uxContactId protected_oe property

TextBox for the ContactId property.
protected System.Windows.Forms.TextBox uxContactId
Résultat System.Windows.Forms.TextBox

uxContactIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ContactId property.
protected System.Windows.Forms.Label uxContactIdLabel
Résultat System.Windows.Forms.Label

uxEmailAddress protected_oe property

TextBox for the EmailAddress property.
protected System.Windows.Forms.TextBox uxEmailAddress
Résultat System.Windows.Forms.TextBox

uxEmailAddressLabel protected_oe property

The System.Windows.Forms.Label associated with the EmailAddress property.
protected System.Windows.Forms.Label uxEmailAddressLabel
Résultat System.Windows.Forms.Label

uxEmailPromotion protected_oe property

TextBox for the EmailPromotion property.
protected System.Windows.Forms.TextBox uxEmailPromotion
Résultat System.Windows.Forms.TextBox

uxEmailPromotionLabel protected_oe property

The System.Windows.Forms.Label associated with the EmailPromotion property.
protected System.Windows.Forms.Label uxEmailPromotionLabel
Résultat System.Windows.Forms.Label

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxFirstName protected_oe property

TextBox for the FirstName property.
protected System.Windows.Forms.TextBox uxFirstName
Résultat System.Windows.Forms.TextBox

uxFirstNameLabel protected_oe property

The System.Windows.Forms.Label associated with the FirstName property.
protected System.Windows.Forms.Label uxFirstNameLabel
Résultat System.Windows.Forms.Label

uxLastName protected_oe property

TextBox for the LastName property.
protected System.Windows.Forms.TextBox uxLastName
Résultat System.Windows.Forms.TextBox

uxLastNameLabel protected_oe property

The System.Windows.Forms.Label associated with the LastName property.
protected System.Windows.Forms.Label uxLastNameLabel
Résultat System.Windows.Forms.Label

uxMiddleName protected_oe property

TextBox for the MiddleName property.
protected System.Windows.Forms.TextBox uxMiddleName
Résultat System.Windows.Forms.TextBox

uxMiddleNameLabel protected_oe property

The System.Windows.Forms.Label associated with the MiddleName property.
protected System.Windows.Forms.Label uxMiddleNameLabel
Résultat System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Résultat System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Résultat System.Windows.Forms.Label

uxNameStyle protected_oe property

CheckBox for the NameStyle property.
protected System.Windows.Forms.CheckBox uxNameStyle
Résultat System.Windows.Forms.CheckBox

uxNameStyleLabel protected_oe property

The System.Windows.Forms.Label associated with the NameStyle property.
protected System.Windows.Forms.Label uxNameStyleLabel
Résultat System.Windows.Forms.Label

uxPasswordHash protected_oe property

TextBox for the PasswordHash property.
protected System.Windows.Forms.TextBox uxPasswordHash
Résultat System.Windows.Forms.TextBox

uxPasswordHashLabel protected_oe property

The System.Windows.Forms.Label associated with the PasswordHash property.
protected System.Windows.Forms.Label uxPasswordHashLabel
Résultat System.Windows.Forms.Label

uxPasswordSalt protected_oe property

TextBox for the PasswordSalt property.
protected System.Windows.Forms.TextBox uxPasswordSalt
Résultat System.Windows.Forms.TextBox

uxPasswordSaltLabel protected_oe property

The System.Windows.Forms.Label associated with the PasswordSalt property.
protected System.Windows.Forms.Label uxPasswordSaltLabel
Résultat System.Windows.Forms.Label

uxPhone protected_oe property

TextBox for the Phone property.
protected System.Windows.Forms.TextBox uxPhone
Résultat System.Windows.Forms.TextBox

uxPhoneLabel protected_oe property

The System.Windows.Forms.Label associated with the Phone property.
protected System.Windows.Forms.Label uxPhoneLabel
Résultat System.Windows.Forms.Label

uxRowguid protected_oe property

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
Résultat System.Windows.Forms.TextBox

uxRowguidLabel protected_oe property

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
Résultat System.Windows.Forms.Label

uxSuffix protected_oe property

TextBox for the Suffix property.
protected System.Windows.Forms.TextBox uxSuffix
Résultat System.Windows.Forms.TextBox

uxSuffixLabel protected_oe property

The System.Windows.Forms.Label associated with the Suffix property.
protected System.Windows.Forms.Label uxSuffixLabel
Résultat System.Windows.Forms.Label

uxTitle protected_oe property

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
Résultat System.Windows.Forms.TextBox

uxTitleLabel protected_oe property

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
Résultat System.Windows.Forms.Label