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

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

Protected Properties

Property Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxColor System.Windows.Forms.TextBox
uxColorLabel System.Windows.Forms.Label
uxDaysToManufacture System.Windows.Forms.TextBox
uxDaysToManufactureLabel System.Windows.Forms.Label
uxDiscontinuedDate System.Windows.Forms.DateTimePicker
uxDiscontinuedDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFinishedGoodsFlag System.Windows.Forms.CheckBox
uxFinishedGoodsFlagLabel System.Windows.Forms.Label
uxListPrice System.Windows.Forms.TextBox
uxListPriceLabel System.Windows.Forms.Label
uxMakeFlag System.Windows.Forms.CheckBox
uxMakeFlagLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxName System.Windows.Forms.TextBox
uxNameLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.TextBox
uxProductIdLabel System.Windows.Forms.Label
uxProductLine System.Windows.Forms.TextBox
uxProductLineLabel System.Windows.Forms.Label
uxProductModelId System.Windows.Forms.ComboBox
uxProductModelIdLabel System.Windows.Forms.Label
uxProductNumber System.Windows.Forms.TextBox
uxProductNumberLabel System.Windows.Forms.Label
uxProductSubcategoryId System.Windows.Forms.ComboBox
uxProductSubcategoryIdLabel System.Windows.Forms.Label
uxReorderPoint System.Windows.Forms.TextBox
uxReorderPointLabel System.Windows.Forms.Label
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSafeNameClass System.Windows.Forms.TextBox
uxSafeNameClassLabel System.Windows.Forms.Label
uxSafetyStockLevel System.Windows.Forms.TextBox
uxSafetyStockLevelLabel System.Windows.Forms.Label
uxSellEndDate System.Windows.Forms.DateTimePicker
uxSellEndDateLabel System.Windows.Forms.Label
uxSellStartDate System.Windows.Forms.DateTimePicker
uxSellStartDateLabel System.Windows.Forms.Label
uxSize System.Windows.Forms.TextBox
uxSizeLabel System.Windows.Forms.Label
uxSizeUnitMeasureCode System.Windows.Forms.ComboBox
uxSizeUnitMeasureCodeLabel System.Windows.Forms.Label
uxStandardCost System.Windows.Forms.TextBox
uxStandardCostLabel System.Windows.Forms.Label
uxStyle System.Windows.Forms.TextBox
uxStyleLabel System.Windows.Forms.Label
uxWeight System.Windows.Forms.TextBox
uxWeightLabel System.Windows.Forms.Label
uxWeightUnitMeasureCode System.Windows.Forms.ComboBox
uxWeightUnitMeasureCodeLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ProductEditControlBase ( )

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

ProductEditControlBase() public method

Initializes a new instance of the ProductEditControlBase class.

Property Details

uxBindingSource protected_oe property

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

uxColor protected_oe property

TextBox for the Color property.
protected System.Windows.Forms.TextBox uxColor
return System.Windows.Forms.TextBox

uxColorLabel protected_oe property

The System.Windows.Forms.Label associated with the Color property.
protected System.Windows.Forms.Label uxColorLabel
return System.Windows.Forms.Label

uxDaysToManufacture protected_oe property

TextBox for the DaysToManufacture property.
protected System.Windows.Forms.TextBox uxDaysToManufacture
return System.Windows.Forms.TextBox

uxDaysToManufactureLabel protected_oe property

The System.Windows.Forms.Label associated with the DaysToManufacture property.
protected System.Windows.Forms.Label uxDaysToManufactureLabel
return System.Windows.Forms.Label

uxDiscontinuedDate protected_oe property

DataTimePicker for the DiscontinuedDate property.
protected System.Windows.Forms.DateTimePicker uxDiscontinuedDate
return System.Windows.Forms.DateTimePicker

uxDiscontinuedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the DiscontinuedDate property.
protected System.Windows.Forms.Label uxDiscontinuedDateLabel
return System.Windows.Forms.Label

uxErrorProvider protected_oe property

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

uxFinishedGoodsFlag protected_oe property

CheckBox for the FinishedGoodsFlag property.
protected System.Windows.Forms.CheckBox uxFinishedGoodsFlag
return System.Windows.Forms.CheckBox

uxFinishedGoodsFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the FinishedGoodsFlag property.
protected System.Windows.Forms.Label uxFinishedGoodsFlagLabel
return System.Windows.Forms.Label

uxListPrice protected_oe property

TextBox for the ListPrice property.
protected System.Windows.Forms.TextBox uxListPrice
return System.Windows.Forms.TextBox

uxListPriceLabel protected_oe property

The System.Windows.Forms.Label associated with the ListPrice property.
protected System.Windows.Forms.Label uxListPriceLabel
return System.Windows.Forms.Label

uxMakeFlag protected_oe property

CheckBox for the MakeFlag property.
protected System.Windows.Forms.CheckBox uxMakeFlag
return System.Windows.Forms.CheckBox

uxMakeFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the MakeFlag property.
protected System.Windows.Forms.Label uxMakeFlagLabel
return System.Windows.Forms.Label

uxModifiedDate protected_oe property

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

uxModifiedDateLabel protected_oe property

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

uxName protected_oe property

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

uxNameLabel protected_oe property

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

uxProductId protected_oe property

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

uxProductIdLabel protected_oe property

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

uxProductLine protected_oe property

TextBox for the ProductLine property.
protected System.Windows.Forms.TextBox uxProductLine
return System.Windows.Forms.TextBox

uxProductLineLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductLine property.
protected System.Windows.Forms.Label uxProductLineLabel
return System.Windows.Forms.Label

uxProductModelId protected_oe property

ComboBox for the ProductModelId property.
protected System.Windows.Forms.ComboBox uxProductModelId
return System.Windows.Forms.ComboBox

uxProductModelIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductModelId property.
protected System.Windows.Forms.Label uxProductModelIdLabel
return System.Windows.Forms.Label

uxProductNumber protected_oe property

TextBox for the ProductNumber property.
protected System.Windows.Forms.TextBox uxProductNumber
return System.Windows.Forms.TextBox

uxProductNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductNumber property.
protected System.Windows.Forms.Label uxProductNumberLabel
return System.Windows.Forms.Label

uxProductSubcategoryId protected_oe property

ComboBox for the ProductSubcategoryId property.
protected System.Windows.Forms.ComboBox uxProductSubcategoryId
return System.Windows.Forms.ComboBox

uxProductSubcategoryIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductSubcategoryId property.
protected System.Windows.Forms.Label uxProductSubcategoryIdLabel
return System.Windows.Forms.Label

uxReorderPoint protected_oe property

TextBox for the ReorderPoint property.
protected System.Windows.Forms.TextBox uxReorderPoint
return System.Windows.Forms.TextBox

uxReorderPointLabel protected_oe property

The System.Windows.Forms.Label associated with the ReorderPoint property.
protected System.Windows.Forms.Label uxReorderPointLabel
return System.Windows.Forms.Label

uxRowguid protected_oe property

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

uxRowguidLabel protected_oe property

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

uxSafeNameClass protected_oe property

TextBox for the SafeNameClass property.
protected System.Windows.Forms.TextBox uxSafeNameClass
return System.Windows.Forms.TextBox

uxSafeNameClassLabel protected_oe property

The System.Windows.Forms.Label associated with the SafeNameClass property.
protected System.Windows.Forms.Label uxSafeNameClassLabel
return System.Windows.Forms.Label

uxSafetyStockLevel protected_oe property

TextBox for the SafetyStockLevel property.
protected System.Windows.Forms.TextBox uxSafetyStockLevel
return System.Windows.Forms.TextBox

uxSafetyStockLevelLabel protected_oe property

The System.Windows.Forms.Label associated with the SafetyStockLevel property.
protected System.Windows.Forms.Label uxSafetyStockLevelLabel
return System.Windows.Forms.Label

uxSellEndDate protected_oe property

DataTimePicker for the SellEndDate property.
protected System.Windows.Forms.DateTimePicker uxSellEndDate
return System.Windows.Forms.DateTimePicker

uxSellEndDateLabel protected_oe property

The System.Windows.Forms.Label associated with the SellEndDate property.
protected System.Windows.Forms.Label uxSellEndDateLabel
return System.Windows.Forms.Label

uxSellStartDate protected_oe property

DataTimePicker for the SellStartDate property.
protected System.Windows.Forms.DateTimePicker uxSellStartDate
return System.Windows.Forms.DateTimePicker

uxSellStartDateLabel protected_oe property

The System.Windows.Forms.Label associated with the SellStartDate property.
protected System.Windows.Forms.Label uxSellStartDateLabel
return System.Windows.Forms.Label

uxSize protected_oe property

TextBox for the Size property.
protected System.Windows.Forms.TextBox uxSize
return System.Windows.Forms.TextBox

uxSizeLabel protected_oe property

The System.Windows.Forms.Label associated with the Size property.
protected System.Windows.Forms.Label uxSizeLabel
return System.Windows.Forms.Label

uxSizeUnitMeasureCode protected_oe property

ComboBox for the SizeUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxSizeUnitMeasureCode
return System.Windows.Forms.ComboBox

uxSizeUnitMeasureCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the SizeUnitMeasureCode property.
protected System.Windows.Forms.Label uxSizeUnitMeasureCodeLabel
return System.Windows.Forms.Label

uxStandardCost protected_oe property

TextBox for the StandardCost property.
protected System.Windows.Forms.TextBox uxStandardCost
return System.Windows.Forms.TextBox

uxStandardCostLabel protected_oe property

The System.Windows.Forms.Label associated with the StandardCost property.
protected System.Windows.Forms.Label uxStandardCostLabel
return System.Windows.Forms.Label

uxStyle protected_oe property

TextBox for the Style property.
protected System.Windows.Forms.TextBox uxStyle
return System.Windows.Forms.TextBox

uxStyleLabel protected_oe property

The System.Windows.Forms.Label associated with the Style property.
protected System.Windows.Forms.Label uxStyleLabel
return System.Windows.Forms.Label

uxWeight protected_oe property

TextBox for the Weight property.
protected System.Windows.Forms.TextBox uxWeight
return System.Windows.Forms.TextBox

uxWeightLabel protected_oe property

The System.Windows.Forms.Label associated with the Weight property.
protected System.Windows.Forms.Label uxWeightLabel
return System.Windows.Forms.Label

uxWeightUnitMeasureCode protected_oe property

ComboBox for the WeightUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxWeightUnitMeasureCode
return System.Windows.Forms.ComboBox

uxWeightUnitMeasureCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the WeightUnitMeasureCode property.
protected System.Windows.Forms.Label uxWeightUnitMeasureCodeLabel
return System.Windows.Forms.Label