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

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

Protected Properties

Свойство Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxDueDate System.Windows.Forms.DateTimePicker
uxDueDateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLineTotal System.Windows.Forms.TextBox
uxLineTotalLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderQty System.Windows.Forms.TextBox
uxOrderQtyLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.ComboBox
uxProductIdLabel System.Windows.Forms.Label
uxPurchaseOrderDetailId System.Windows.Forms.TextBox
uxPurchaseOrderDetailIdLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.ComboBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxReceivedQty System.Windows.Forms.TextBox
uxReceivedQtyLabel System.Windows.Forms.Label
uxRejectedQty System.Windows.Forms.TextBox
uxRejectedQtyLabel System.Windows.Forms.Label
uxStockedQty System.Windows.Forms.TextBox
uxStockedQtyLabel System.Windows.Forms.Label
uxUnitPrice System.Windows.Forms.TextBox
uxUnitPriceLabel System.Windows.Forms.Label

Private Properties

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

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

PurchaseOrderDetailEditControlBase ( )

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

PurchaseOrderDetailEditControlBase() public méthode

Initializes a new instance of the PurchaseOrderDetailEditControlBase class.

Property Details

uxBindingSource protected_oe property

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

uxDueDate protected_oe property

DataTimePicker for the DueDate property.
protected System.Windows.Forms.DateTimePicker uxDueDate
Résultat System.Windows.Forms.DateTimePicker

uxDueDateLabel protected_oe property

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

uxLineTotal protected_oe property

TextBox for the LineTotal property.
protected System.Windows.Forms.TextBox uxLineTotal
Résultat System.Windows.Forms.TextBox

uxLineTotalLabel protected_oe property

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

uxOrderQty protected_oe property

TextBox for the OrderQty property.
protected System.Windows.Forms.TextBox uxOrderQty
Résultat System.Windows.Forms.TextBox

uxOrderQtyLabel protected_oe property

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

uxPurchaseOrderDetailId protected_oe property

TextBox for the PurchaseOrderDetailId property.
protected System.Windows.Forms.TextBox uxPurchaseOrderDetailId
Résultat System.Windows.Forms.TextBox

uxPurchaseOrderDetailIdLabel protected_oe property

The System.Windows.Forms.Label associated with the PurchaseOrderDetailId property.
protected System.Windows.Forms.Label uxPurchaseOrderDetailIdLabel
Résultat System.Windows.Forms.Label

uxPurchaseOrderId protected_oe property

ComboBox for the PurchaseOrderId property.
protected System.Windows.Forms.ComboBox uxPurchaseOrderId
Résultat System.Windows.Forms.ComboBox

uxPurchaseOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the PurchaseOrderId property.
protected System.Windows.Forms.Label uxPurchaseOrderIdLabel
Résultat System.Windows.Forms.Label

uxReceivedQty protected_oe property

TextBox for the ReceivedQty property.
protected System.Windows.Forms.TextBox uxReceivedQty
Résultat System.Windows.Forms.TextBox

uxReceivedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the ReceivedQty property.
protected System.Windows.Forms.Label uxReceivedQtyLabel
Résultat System.Windows.Forms.Label

uxRejectedQty protected_oe property

TextBox for the RejectedQty property.
protected System.Windows.Forms.TextBox uxRejectedQty
Résultat System.Windows.Forms.TextBox

uxRejectedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the RejectedQty property.
protected System.Windows.Forms.Label uxRejectedQtyLabel
Résultat System.Windows.Forms.Label

uxStockedQty protected_oe property

TextBox for the StockedQty property.
protected System.Windows.Forms.TextBox uxStockedQty
Résultat System.Windows.Forms.TextBox

uxStockedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the StockedQty property.
protected System.Windows.Forms.Label uxStockedQtyLabel
Résultat System.Windows.Forms.Label

uxUnitPrice protected_oe property

TextBox for the UnitPrice property.
protected System.Windows.Forms.TextBox uxUnitPrice
Résultat System.Windows.Forms.TextBox

uxUnitPriceLabel protected_oe property

The System.Windows.Forms.Label associated with the UnitPrice property.
protected System.Windows.Forms.Label uxUnitPriceLabel
Résultat System.Windows.Forms.Label