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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

ProductVendorEditControlBase ( )

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

ProductVendorEditControlBase() public méthode

Initializes a new instance of the ProductVendorEditControlBase class.

Property Details

uxAverageLeadTime protected_oe property

TextBox for the AverageLeadTime property.
protected System.Windows.Forms.TextBox uxAverageLeadTime
Résultat System.Windows.Forms.TextBox

uxAverageLeadTimeLabel protected_oe property

The System.Windows.Forms.Label associated with the AverageLeadTime property.
protected System.Windows.Forms.Label uxAverageLeadTimeLabel
Résultat System.Windows.Forms.Label

uxBindingSource protected_oe property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Résultat System.Windows.Forms.BindingSource

uxErrorProvider protected_oe property

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

uxLastReceiptCost protected_oe property

TextBox for the LastReceiptCost property.
protected System.Windows.Forms.TextBox uxLastReceiptCost
Résultat System.Windows.Forms.TextBox

uxLastReceiptCostLabel protected_oe property

The System.Windows.Forms.Label associated with the LastReceiptCost property.
protected System.Windows.Forms.Label uxLastReceiptCostLabel
Résultat System.Windows.Forms.Label

uxLastReceiptDate protected_oe property

DataTimePicker for the LastReceiptDate property.
protected System.Windows.Forms.DateTimePicker uxLastReceiptDate
Résultat System.Windows.Forms.DateTimePicker

uxLastReceiptDateLabel protected_oe property

The System.Windows.Forms.Label associated with the LastReceiptDate property.
protected System.Windows.Forms.Label uxLastReceiptDateLabel
Résultat System.Windows.Forms.Label

uxMaxOrderQty protected_oe property

TextBox for the MaxOrderQty property.
protected System.Windows.Forms.TextBox uxMaxOrderQty
Résultat System.Windows.Forms.TextBox

uxMaxOrderQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the MaxOrderQty property.
protected System.Windows.Forms.Label uxMaxOrderQtyLabel
Résultat System.Windows.Forms.Label

uxMinOrderQty protected_oe property

TextBox for the MinOrderQty property.
protected System.Windows.Forms.TextBox uxMinOrderQty
Résultat System.Windows.Forms.TextBox

uxMinOrderQtyLabel protected_oe property

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

uxOnOrderQty protected_oe property

TextBox for the OnOrderQty property.
protected System.Windows.Forms.TextBox uxOnOrderQty
Résultat System.Windows.Forms.TextBox

uxOnOrderQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the OnOrderQty property.
protected System.Windows.Forms.Label uxOnOrderQtyLabel
Résultat System.Windows.Forms.Label

uxProductId protected_oe property

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

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

uxStandardPrice protected_oe property

TextBox for the StandardPrice property.
protected System.Windows.Forms.TextBox uxStandardPrice
Résultat System.Windows.Forms.TextBox

uxStandardPriceLabel protected_oe property

The System.Windows.Forms.Label associated with the StandardPrice property.
protected System.Windows.Forms.Label uxStandardPriceLabel
Résultat System.Windows.Forms.Label

uxUnitMeasureCode protected_oe property

ComboBox for the UnitMeasureCode property.
protected System.Windows.Forms.ComboBox uxUnitMeasureCode
Résultat System.Windows.Forms.ComboBox

uxUnitMeasureCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the UnitMeasureCode property.
protected System.Windows.Forms.Label uxUnitMeasureCodeLabel
Résultat System.Windows.Forms.Label

uxVendorId protected_oe property

ComboBox for the VendorId property.
protected System.Windows.Forms.ComboBox uxVendorId
Résultat System.Windows.Forms.ComboBox

uxVendorIdLabel protected_oe property

The System.Windows.Forms.Label associated with the VendorId property.
protected System.Windows.Forms.Label uxVendorIdLabel
Résultat System.Windows.Forms.Label