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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
ContactEditControlBase ( )

Initializes a new instance of the ContactEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

ContactEditControlBase() public method

Initializes a new instance of the ContactEditControlBase class.

Dispose() protected method

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

InitializeComponent() public method

Initializes the component.
public InitializeComponent ( ) : void
return void

Property Details

uxAdditionalContactInfo protected property

TextBox for the AdditionalContactInfo property.
protected System.Windows.Forms.TextBox uxAdditionalContactInfo
return System.Windows.Forms.TextBox

uxAdditionalContactInfoLabel protected property

The System.Windows.Forms.Label associated with the AdditionalContactInfo property.
protected System.Windows.Forms.Label uxAdditionalContactInfoLabel
return System.Windows.Forms.Label

uxBindingSource protected property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
return System.Windows.Forms.BindingSource

uxContactId protected property

TextBox for the ContactId property.
protected System.Windows.Forms.TextBox uxContactId
return System.Windows.Forms.TextBox

uxContactIdLabel protected property

The System.Windows.Forms.Label associated with the ContactId property.
protected System.Windows.Forms.Label uxContactIdLabel
return System.Windows.Forms.Label

uxEmailAddress protected property

TextBox for the EmailAddress property.
protected System.Windows.Forms.TextBox uxEmailAddress
return System.Windows.Forms.TextBox

uxEmailAddressLabel protected property

The System.Windows.Forms.Label associated with the EmailAddress property.
protected System.Windows.Forms.Label uxEmailAddressLabel
return System.Windows.Forms.Label

uxEmailPromotion protected property

TextBox for the EmailPromotion property.
protected System.Windows.Forms.TextBox uxEmailPromotion
return System.Windows.Forms.TextBox

uxEmailPromotionLabel protected property

The System.Windows.Forms.Label associated with the EmailPromotion property.
protected System.Windows.Forms.Label uxEmailPromotionLabel
return System.Windows.Forms.Label

uxErrorProvider protected property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
return System.Windows.Forms.ErrorProvider

uxFirstName protected property

TextBox for the FirstName property.
protected System.Windows.Forms.TextBox uxFirstName
return System.Windows.Forms.TextBox

uxFirstNameLabel protected property

The System.Windows.Forms.Label associated with the FirstName property.
protected System.Windows.Forms.Label uxFirstNameLabel
return System.Windows.Forms.Label

uxLastName protected property

TextBox for the LastName property.
protected System.Windows.Forms.TextBox uxLastName
return System.Windows.Forms.TextBox

uxLastNameLabel protected property

The System.Windows.Forms.Label associated with the LastName property.
protected System.Windows.Forms.Label uxLastNameLabel
return System.Windows.Forms.Label

uxMiddleName protected property

TextBox for the MiddleName property.
protected System.Windows.Forms.TextBox uxMiddleName
return System.Windows.Forms.TextBox

uxMiddleNameLabel protected property

The System.Windows.Forms.Label associated with the MiddleName property.
protected System.Windows.Forms.Label uxMiddleNameLabel
return System.Windows.Forms.Label

uxModifiedDate protected property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
return System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
return System.Windows.Forms.Label

uxNameStyle protected property

CheckBox for the NameStyle property.
protected System.Windows.Forms.CheckBox uxNameStyle
return System.Windows.Forms.CheckBox

uxNameStyleLabel protected property

The System.Windows.Forms.Label associated with the NameStyle property.
protected System.Windows.Forms.Label uxNameStyleLabel
return System.Windows.Forms.Label

uxPasswordHash protected property

TextBox for the PasswordHash property.
protected System.Windows.Forms.TextBox uxPasswordHash
return System.Windows.Forms.TextBox

uxPasswordHashLabel protected property

The System.Windows.Forms.Label associated with the PasswordHash property.
protected System.Windows.Forms.Label uxPasswordHashLabel
return System.Windows.Forms.Label

uxPasswordSalt protected property

TextBox for the PasswordSalt property.
protected System.Windows.Forms.TextBox uxPasswordSalt
return System.Windows.Forms.TextBox

uxPasswordSaltLabel protected property

The System.Windows.Forms.Label associated with the PasswordSalt property.
protected System.Windows.Forms.Label uxPasswordSaltLabel
return System.Windows.Forms.Label

uxPhone protected property

TextBox for the Phone property.
protected System.Windows.Forms.TextBox uxPhone
return System.Windows.Forms.TextBox

uxPhoneLabel protected property

The System.Windows.Forms.Label associated with the Phone property.
protected System.Windows.Forms.Label uxPhoneLabel
return System.Windows.Forms.Label

uxRowguid protected property

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
return System.Windows.Forms.TextBox

uxRowguidLabel protected property

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
return System.Windows.Forms.Label

uxSuffix protected property

TextBox for the Suffix property.
protected System.Windows.Forms.TextBox uxSuffix
return System.Windows.Forms.TextBox

uxSuffixLabel protected property

The System.Windows.Forms.Label associated with the Suffix property.
protected System.Windows.Forms.Label uxSuffixLabel
return System.Windows.Forms.Label

uxTitle protected property

TextBox for the Title property.
protected System.Windows.Forms.TextBox uxTitle
return System.Windows.Forms.TextBox

uxTitleLabel protected property

The System.Windows.Forms.Label associated with the Title property.
protected System.Windows.Forms.Label uxTitleLabel
return System.Windows.Forms.Label