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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
BindControls void
uxBindingSource_currentItemChanged void

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

ProductEditControlBase ( )

Initializes a new instance of the ProductEditControlBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

InitializeComponent() public méthode

Initializes the component.
public InitializeComponent ( ) : void
Résultat void

ProductEditControlBase() public méthode

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
Résultat System.Windows.Forms.BindingSource

uxColor protected_oe property

TextBox for the Color property.
protected System.Windows.Forms.TextBox uxColor
Résultat System.Windows.Forms.TextBox

uxColorLabel protected_oe property

The System.Windows.Forms.Label associated with the Color property.
protected System.Windows.Forms.Label uxColorLabel
Résultat System.Windows.Forms.Label

uxDaysToManufacture protected_oe property

TextBox for the DaysToManufacture property.
protected System.Windows.Forms.TextBox uxDaysToManufacture
Résultat System.Windows.Forms.TextBox

uxDaysToManufactureLabel protected_oe property

The System.Windows.Forms.Label associated with the DaysToManufacture property.
protected System.Windows.Forms.Label uxDaysToManufactureLabel
Résultat System.Windows.Forms.Label

uxDiscontinuedDate protected_oe property

DataTimePicker for the DiscontinuedDate property.
protected System.Windows.Forms.DateTimePicker uxDiscontinuedDate
Résultat System.Windows.Forms.DateTimePicker

uxDiscontinuedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the DiscontinuedDate property.
protected System.Windows.Forms.Label uxDiscontinuedDateLabel
Résultat System.Windows.Forms.Label

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxFinishedGoodsFlag protected_oe property

CheckBox for the FinishedGoodsFlag property.
protected System.Windows.Forms.CheckBox uxFinishedGoodsFlag
Résultat System.Windows.Forms.CheckBox

uxFinishedGoodsFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the FinishedGoodsFlag property.
protected System.Windows.Forms.Label uxFinishedGoodsFlagLabel
Résultat System.Windows.Forms.Label

uxListPrice protected_oe property

TextBox for the ListPrice property.
protected System.Windows.Forms.TextBox uxListPrice
Résultat System.Windows.Forms.TextBox

uxListPriceLabel protected_oe property

The System.Windows.Forms.Label associated with the ListPrice property.
protected System.Windows.Forms.Label uxListPriceLabel
Résultat System.Windows.Forms.Label

uxMakeFlag protected_oe property

CheckBox for the MakeFlag property.
protected System.Windows.Forms.CheckBox uxMakeFlag
Résultat System.Windows.Forms.CheckBox

uxMakeFlagLabel protected_oe property

The System.Windows.Forms.Label associated with the MakeFlag property.
protected System.Windows.Forms.Label uxMakeFlagLabel
Résultat System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Résultat System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Résultat System.Windows.Forms.Label

uxName protected_oe property

TextBox for the Name property.
protected System.Windows.Forms.TextBox uxName
Résultat System.Windows.Forms.TextBox

uxNameLabel protected_oe property

The System.Windows.Forms.Label associated with the Name property.
protected System.Windows.Forms.Label uxNameLabel
Résultat System.Windows.Forms.Label

uxProductId protected_oe property

TextBox for the ProductId property.
protected System.Windows.Forms.TextBox uxProductId
Résultat System.Windows.Forms.TextBox

uxProductIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductId property.
protected System.Windows.Forms.Label uxProductIdLabel
Résultat System.Windows.Forms.Label

uxProductLine protected_oe property

TextBox for the ProductLine property.
protected System.Windows.Forms.TextBox uxProductLine
Résultat System.Windows.Forms.TextBox

uxProductLineLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductLine property.
protected System.Windows.Forms.Label uxProductLineLabel
Résultat System.Windows.Forms.Label

uxProductModelId protected_oe property

ComboBox for the ProductModelId property.
protected System.Windows.Forms.ComboBox uxProductModelId
Résultat System.Windows.Forms.ComboBox

uxProductModelIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductModelId property.
protected System.Windows.Forms.Label uxProductModelIdLabel
Résultat System.Windows.Forms.Label

uxProductNumber protected_oe property

TextBox for the ProductNumber property.
protected System.Windows.Forms.TextBox uxProductNumber
Résultat System.Windows.Forms.TextBox

uxProductNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductNumber property.
protected System.Windows.Forms.Label uxProductNumberLabel
Résultat System.Windows.Forms.Label

uxProductSubcategoryId protected_oe property

ComboBox for the ProductSubcategoryId property.
protected System.Windows.Forms.ComboBox uxProductSubcategoryId
Résultat System.Windows.Forms.ComboBox

uxProductSubcategoryIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductSubcategoryId property.
protected System.Windows.Forms.Label uxProductSubcategoryIdLabel
Résultat System.Windows.Forms.Label

uxReorderPoint protected_oe property

TextBox for the ReorderPoint property.
protected System.Windows.Forms.TextBox uxReorderPoint
Résultat System.Windows.Forms.TextBox

uxReorderPointLabel protected_oe property

The System.Windows.Forms.Label associated with the ReorderPoint property.
protected System.Windows.Forms.Label uxReorderPointLabel
Résultat System.Windows.Forms.Label

uxRowguid protected_oe property

TextBox for the Rowguid property.
protected System.Windows.Forms.TextBox uxRowguid
Résultat System.Windows.Forms.TextBox

uxRowguidLabel protected_oe property

The System.Windows.Forms.Label associated with the Rowguid property.
protected System.Windows.Forms.Label uxRowguidLabel
Résultat System.Windows.Forms.Label

uxSafeNameClass protected_oe property

TextBox for the SafeNameClass property.
protected System.Windows.Forms.TextBox uxSafeNameClass
Résultat System.Windows.Forms.TextBox

uxSafeNameClassLabel protected_oe property

The System.Windows.Forms.Label associated with the SafeNameClass property.
protected System.Windows.Forms.Label uxSafeNameClassLabel
Résultat System.Windows.Forms.Label

uxSafetyStockLevel protected_oe property

TextBox for the SafetyStockLevel property.
protected System.Windows.Forms.TextBox uxSafetyStockLevel
Résultat System.Windows.Forms.TextBox

uxSafetyStockLevelLabel protected_oe property

The System.Windows.Forms.Label associated with the SafetyStockLevel property.
protected System.Windows.Forms.Label uxSafetyStockLevelLabel
Résultat System.Windows.Forms.Label

uxSellEndDate protected_oe property

DataTimePicker for the SellEndDate property.
protected System.Windows.Forms.DateTimePicker uxSellEndDate
Résultat System.Windows.Forms.DateTimePicker

uxSellEndDateLabel protected_oe property

The System.Windows.Forms.Label associated with the SellEndDate property.
protected System.Windows.Forms.Label uxSellEndDateLabel
Résultat System.Windows.Forms.Label

uxSellStartDate protected_oe property

DataTimePicker for the SellStartDate property.
protected System.Windows.Forms.DateTimePicker uxSellStartDate
Résultat System.Windows.Forms.DateTimePicker

uxSellStartDateLabel protected_oe property

The System.Windows.Forms.Label associated with the SellStartDate property.
protected System.Windows.Forms.Label uxSellStartDateLabel
Résultat System.Windows.Forms.Label

uxSize protected_oe property

TextBox for the Size property.
protected System.Windows.Forms.TextBox uxSize
Résultat System.Windows.Forms.TextBox

uxSizeLabel protected_oe property

The System.Windows.Forms.Label associated with the Size property.
protected System.Windows.Forms.Label uxSizeLabel
Résultat System.Windows.Forms.Label

uxSizeUnitMeasureCode protected_oe property

ComboBox for the SizeUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxSizeUnitMeasureCode
Résultat System.Windows.Forms.ComboBox

uxSizeUnitMeasureCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the SizeUnitMeasureCode property.
protected System.Windows.Forms.Label uxSizeUnitMeasureCodeLabel
Résultat System.Windows.Forms.Label

uxStandardCost protected_oe property

TextBox for the StandardCost property.
protected System.Windows.Forms.TextBox uxStandardCost
Résultat System.Windows.Forms.TextBox

uxStandardCostLabel protected_oe property

The System.Windows.Forms.Label associated with the StandardCost property.
protected System.Windows.Forms.Label uxStandardCostLabel
Résultat System.Windows.Forms.Label

uxStyle protected_oe property

TextBox for the Style property.
protected System.Windows.Forms.TextBox uxStyle
Résultat System.Windows.Forms.TextBox

uxStyleLabel protected_oe property

The System.Windows.Forms.Label associated with the Style property.
protected System.Windows.Forms.Label uxStyleLabel
Résultat System.Windows.Forms.Label

uxWeight protected_oe property

TextBox for the Weight property.
protected System.Windows.Forms.TextBox uxWeight
Résultat System.Windows.Forms.TextBox

uxWeightLabel protected_oe property

The System.Windows.Forms.Label associated with the Weight property.
protected System.Windows.Forms.Label uxWeightLabel
Résultat System.Windows.Forms.Label

uxWeightUnitMeasureCode protected_oe property

ComboBox for the WeightUnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxWeightUnitMeasureCode
Résultat System.Windows.Forms.ComboBox

uxWeightUnitMeasureCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the WeightUnitMeasureCode property.
protected System.Windows.Forms.Label uxWeightUnitMeasureCodeLabel
Résultat System.Windows.Forms.Label