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

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

Protected Properties

Property Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxDocumentId System.Windows.Forms.ComboBox
uxDocumentIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ProductDocumentEditControlBase ( )

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

ProductDocumentEditControlBase() public method

Initializes a new instance of the ProductDocumentEditControlBase class.

Property Details

uxBindingSource protected property

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

uxDocumentId protected property

ComboBox for the DocumentId property.
protected System.Windows.Forms.ComboBox uxDocumentId
return System.Windows.Forms.ComboBox

uxDocumentIdLabel protected property

The System.Windows.Forms.Label associated with the DocumentId property.
protected System.Windows.Forms.Label uxDocumentIdLabel
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

uxProductId protected property

ComboBox for the ProductId property.
protected System.Windows.Forms.ComboBox uxProductId
return System.Windows.Forms.ComboBox

uxProductIdLabel protected property

The System.Windows.Forms.Label associated with the ProductId property.
protected System.Windows.Forms.Label uxProductIdLabel
return System.Windows.Forms.Label