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

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

Protected Properties

Property Type Description
uxAverageLeadTime System.Windows.Forms.TextBox
uxAverageLeadTimeLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLastReceiptCost System.Windows.Forms.TextBox
uxLastReceiptCostLabel System.Windows.Forms.Label
uxLastReceiptDate System.Windows.Forms.DateTimePicker
uxLastReceiptDateLabel System.Windows.Forms.Label
uxMaxOrderQty System.Windows.Forms.TextBox
uxMaxOrderQtyLabel System.Windows.Forms.Label
uxMinOrderQty System.Windows.Forms.TextBox
uxMinOrderQtyLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOnOrderQty System.Windows.Forms.TextBox
uxOnOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxStandardPrice System.Windows.Forms.TextBox
uxStandardPriceLabel System.Windows.Forms.Label
uxUnitMeasureCode System.Windows.Forms.ComboBox
uxUnitMeasureCodeLabel System.Windows.Forms.Label
uxVendorId System.Windows.Forms.ComboBox
uxVendorIdLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ProductVendorEditControlBase ( )

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

ProductVendorEditControlBase() public method

Initializes a new instance of the ProductVendorEditControlBase class.

Property Details

uxAverageLeadTime protected property

TextBox for the AverageLeadTime property.
protected System.Windows.Forms.TextBox uxAverageLeadTime
return System.Windows.Forms.TextBox

uxAverageLeadTimeLabel protected property

The System.Windows.Forms.Label associated with the AverageLeadTime property.
protected System.Windows.Forms.Label uxAverageLeadTimeLabel
return System.Windows.Forms.Label

uxBindingSource protected property

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

uxErrorProvider protected property

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

uxLastReceiptCost protected property

TextBox for the LastReceiptCost property.
protected System.Windows.Forms.TextBox uxLastReceiptCost
return System.Windows.Forms.TextBox

uxLastReceiptCostLabel protected property

The System.Windows.Forms.Label associated with the LastReceiptCost property.
protected System.Windows.Forms.Label uxLastReceiptCostLabel
return System.Windows.Forms.Label

uxLastReceiptDate protected property

DataTimePicker for the LastReceiptDate property.
protected System.Windows.Forms.DateTimePicker uxLastReceiptDate
return System.Windows.Forms.DateTimePicker

uxLastReceiptDateLabel protected property

The System.Windows.Forms.Label associated with the LastReceiptDate property.
protected System.Windows.Forms.Label uxLastReceiptDateLabel
return System.Windows.Forms.Label

uxMaxOrderQty protected property

TextBox for the MaxOrderQty property.
protected System.Windows.Forms.TextBox uxMaxOrderQty
return System.Windows.Forms.TextBox

uxMaxOrderQtyLabel protected property

The System.Windows.Forms.Label associated with the MaxOrderQty property.
protected System.Windows.Forms.Label uxMaxOrderQtyLabel
return System.Windows.Forms.Label

uxMinOrderQty protected property

TextBox for the MinOrderQty property.
protected System.Windows.Forms.TextBox uxMinOrderQty
return System.Windows.Forms.TextBox

uxMinOrderQtyLabel protected property

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

uxOnOrderQty protected property

TextBox for the OnOrderQty property.
protected System.Windows.Forms.TextBox uxOnOrderQty
return System.Windows.Forms.TextBox

uxOnOrderQtyLabel protected property

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

uxStandardPrice protected property

TextBox for the StandardPrice property.
protected System.Windows.Forms.TextBox uxStandardPrice
return System.Windows.Forms.TextBox

uxStandardPriceLabel protected property

The System.Windows.Forms.Label associated with the StandardPrice property.
protected System.Windows.Forms.Label uxStandardPriceLabel
return System.Windows.Forms.Label

uxUnitMeasureCode protected property

ComboBox for the UnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxUnitMeasureCode
return System.Windows.Forms.ComboBox

uxUnitMeasureCodeLabel protected property

The System.Windows.Forms.Label associated with the UnitMeasureCode property.
protected System.Windows.Forms.Label uxUnitMeasureCodeLabel
return System.Windows.Forms.Label

uxVendorId protected property

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

uxVendorIdLabel protected property

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