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

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxCarrierTrackingNumber System.Windows.Forms.TextBox
uxCarrierTrackingNumberLabel 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
uxRowguid System.Windows.Forms.TextBox
uxRowguidLabel System.Windows.Forms.Label
uxSalesOrderDetailId System.Windows.Forms.TextBox
uxSalesOrderDetailIdLabel System.Windows.Forms.Label
uxSalesOrderId System.Windows.Forms.ComboBox
uxSalesOrderIdLabel System.Windows.Forms.Label
uxSpecialOfferId System.Windows.Forms.ComboBox
uxSpecialOfferIdLabel System.Windows.Forms.Label
uxUnitPrice System.Windows.Forms.TextBox
uxUnitPriceDiscount System.Windows.Forms.TextBox
uxUnitPriceDiscountLabel System.Windows.Forms.Label
uxUnitPriceLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

SalesOrderDetailEditControlBase ( )

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

SalesOrderDetailEditControlBase() public method

Initializes a new instance of the SalesOrderDetailEditControlBase class.

Property Details

uxBindingSource protected_oe property

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

uxCarrierTrackingNumber protected_oe property

TextBox for the CarrierTrackingNumber property.
protected System.Windows.Forms.TextBox uxCarrierTrackingNumber
return System.Windows.Forms.TextBox

uxCarrierTrackingNumberLabel protected_oe property

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

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

uxSalesOrderDetailId protected_oe property

TextBox for the SalesOrderDetailId property.
protected System.Windows.Forms.TextBox uxSalesOrderDetailId
return System.Windows.Forms.TextBox

uxSalesOrderDetailIdLabel protected_oe property

The System.Windows.Forms.Label associated with the SalesOrderDetailId property.
protected System.Windows.Forms.Label uxSalesOrderDetailIdLabel
return System.Windows.Forms.Label

uxSalesOrderId protected_oe property

ComboBox for the SalesOrderId property.
protected System.Windows.Forms.ComboBox uxSalesOrderId
return System.Windows.Forms.ComboBox

uxSalesOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the SalesOrderId property.
protected System.Windows.Forms.Label uxSalesOrderIdLabel
return System.Windows.Forms.Label

uxSpecialOfferId protected_oe property

ComboBox for the SpecialOfferId property.
protected System.Windows.Forms.ComboBox uxSpecialOfferId
return System.Windows.Forms.ComboBox

uxSpecialOfferIdLabel protected_oe property

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

uxUnitPriceDiscount protected_oe property

TextBox for the UnitPriceDiscount property.
protected System.Windows.Forms.TextBox uxUnitPriceDiscount
return System.Windows.Forms.TextBox

uxUnitPriceDiscountLabel protected_oe property

The System.Windows.Forms.Label associated with the UnitPriceDiscount property.
protected System.Windows.Forms.Label uxUnitPriceDiscountLabel
return System.Windows.Forms.Label

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