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

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

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

PurchaseOrderDetailEditControlBase ( )

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

PurchaseOrderDetailEditControlBase() public method

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
return System.Windows.Forms.BindingSource

uxDueDate protected_oe property

DataTimePicker for the DueDate property.
protected System.Windows.Forms.DateTimePicker uxDueDate
return System.Windows.Forms.DateTimePicker

uxDueDateLabel protected_oe property

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

uxLineTotal protected_oe property

TextBox for the LineTotal property.
protected System.Windows.Forms.TextBox uxLineTotal
return System.Windows.Forms.TextBox

uxLineTotalLabel protected_oe property

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

uxOrderQty protected_oe property

TextBox for the OrderQty property.
protected System.Windows.Forms.TextBox uxOrderQty
return System.Windows.Forms.TextBox

uxOrderQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the OrderQty property.
protected System.Windows.Forms.Label uxOrderQtyLabel
return System.Windows.Forms.Label

uxProductId protected_oe property

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

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

uxPurchaseOrderDetailId protected_oe property

TextBox for the PurchaseOrderDetailId property.
protected System.Windows.Forms.TextBox uxPurchaseOrderDetailId
return System.Windows.Forms.TextBox

uxPurchaseOrderDetailIdLabel protected_oe property

The System.Windows.Forms.Label associated with the PurchaseOrderDetailId property.
protected System.Windows.Forms.Label uxPurchaseOrderDetailIdLabel
return System.Windows.Forms.Label

uxPurchaseOrderId protected_oe property

ComboBox for the PurchaseOrderId property.
protected System.Windows.Forms.ComboBox uxPurchaseOrderId
return System.Windows.Forms.ComboBox

uxPurchaseOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the PurchaseOrderId property.
protected System.Windows.Forms.Label uxPurchaseOrderIdLabel
return System.Windows.Forms.Label

uxReceivedQty protected_oe property

TextBox for the ReceivedQty property.
protected System.Windows.Forms.TextBox uxReceivedQty
return System.Windows.Forms.TextBox

uxReceivedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the ReceivedQty property.
protected System.Windows.Forms.Label uxReceivedQtyLabel
return System.Windows.Forms.Label

uxRejectedQty protected_oe property

TextBox for the RejectedQty property.
protected System.Windows.Forms.TextBox uxRejectedQty
return System.Windows.Forms.TextBox

uxRejectedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the RejectedQty property.
protected System.Windows.Forms.Label uxRejectedQtyLabel
return System.Windows.Forms.Label

uxStockedQty protected_oe property

TextBox for the StockedQty property.
protected System.Windows.Forms.TextBox uxStockedQty
return System.Windows.Forms.TextBox

uxStockedQtyLabel protected_oe property

The System.Windows.Forms.Label associated with the StockedQty property.
protected System.Windows.Forms.Label uxStockedQtyLabel
return System.Windows.Forms.Label

uxUnitPrice protected_oe property

TextBox for the UnitPrice property.
protected System.Windows.Forms.TextBox uxUnitPrice
return System.Windows.Forms.TextBox

uxUnitPriceLabel protected_oe property

The System.Windows.Forms.Label associated with the UnitPrice property.
protected System.Windows.Forms.Label uxUnitPriceLabel
return System.Windows.Forms.Label