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

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

Protected Properties

Property Type Description
uxAccountNumber System.Windows.Forms.TextBox
uxAccountNumberLabel System.Windows.Forms.Label
uxActiveFlag System.Windows.Forms.CheckBox
uxActiveFlagLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCreditRating System.Windows.Forms.TextBox
uxCreditRatingLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxPreferredVendorStatus System.Windows.Forms.CheckBox
uxPreferredVendorStatusLabel System.Windows.Forms.Label
uxPurchasingWebServiceUrl System.Windows.Forms.TextBox
uxPurchasingWebServiceUrlLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.TextBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

VendorEditControlBase ( )

Initializes a new instance of the VendorEditControlBase class.

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

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

VendorEditControlBase() public method

Initializes a new instance of the VendorEditControlBase class.

Property Details

uxAccountNumber protected property

TextBox for the AccountNumber property.
protected System.Windows.Forms.TextBox uxAccountNumber
return System.Windows.Forms.TextBox

uxAccountNumberLabel protected property

The System.Windows.Forms.Label associated with the AccountNumber property.
protected System.Windows.Forms.Label uxAccountNumberLabel
return System.Windows.Forms.Label

uxActiveFlag protected property

CheckBox for the ActiveFlag property.
protected System.Windows.Forms.CheckBox uxActiveFlag
return System.Windows.Forms.CheckBox

uxActiveFlagLabel protected property

The System.Windows.Forms.Label associated with the ActiveFlag property.
protected System.Windows.Forms.Label uxActiveFlagLabel
return System.Windows.Forms.Label

uxBindingSource protected property

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

uxCreditRating protected property

TextBox for the CreditRating property.
protected System.Windows.Forms.TextBox uxCreditRating
return System.Windows.Forms.TextBox

uxCreditRatingLabel protected property

The System.Windows.Forms.Label associated with the CreditRating property.
protected System.Windows.Forms.Label uxCreditRatingLabel
return System.Windows.Forms.Label

uxErrorProvider protected property

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

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

uxName protected property

TextBox for the Name property.
protected System.Windows.Forms.TextBox uxName
return System.Windows.Forms.TextBox

uxNameLabel protected property

The System.Windows.Forms.Label associated with the Name property.
protected System.Windows.Forms.Label uxNameLabel
return System.Windows.Forms.Label

uxPreferredVendorStatus protected property

CheckBox for the PreferredVendorStatus property.
protected System.Windows.Forms.CheckBox uxPreferredVendorStatus
return System.Windows.Forms.CheckBox

uxPreferredVendorStatusLabel protected property

The System.Windows.Forms.Label associated with the PreferredVendorStatus property.
protected System.Windows.Forms.Label uxPreferredVendorStatusLabel
return System.Windows.Forms.Label

uxPurchasingWebServiceUrl protected property

TextBox for the PurchasingWebServiceUrl property.
protected System.Windows.Forms.TextBox uxPurchasingWebServiceUrl
return System.Windows.Forms.TextBox

uxPurchasingWebServiceUrlLabel protected property

The System.Windows.Forms.Label associated with the PurchasingWebServiceUrl property.
protected System.Windows.Forms.Label uxPurchasingWebServiceUrlLabel
return System.Windows.Forms.Label

uxVendorId protected property

TextBox for the VendorId property.
protected System.Windows.Forms.TextBox uxVendorId
return System.Windows.Forms.TextBox

uxVendorIdLabel protected property

The System.Windows.Forms.Label associated with the VendorId property.
protected System.Windows.Forms.Label uxVendorIdLabel
return System.Windows.Forms.Label