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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

SalesOrderDetailEditControlBase ( )

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

SalesOrderDetailEditControlBase() public méthode

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

uxCarrierTrackingNumber protected_oe property

TextBox for the CarrierTrackingNumber property.
protected System.Windows.Forms.TextBox uxCarrierTrackingNumber
Résultat System.Windows.Forms.TextBox

uxCarrierTrackingNumberLabel protected_oe property

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

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

uxSalesOrderDetailId protected_oe property

TextBox for the SalesOrderDetailId property.
protected System.Windows.Forms.TextBox uxSalesOrderDetailId
Résultat System.Windows.Forms.TextBox

uxSalesOrderDetailIdLabel protected_oe property

The System.Windows.Forms.Label associated with the SalesOrderDetailId property.
protected System.Windows.Forms.Label uxSalesOrderDetailIdLabel
Résultat System.Windows.Forms.Label

uxSalesOrderId protected_oe property

ComboBox for the SalesOrderId property.
protected System.Windows.Forms.ComboBox uxSalesOrderId
Résultat System.Windows.Forms.ComboBox

uxSalesOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the SalesOrderId property.
protected System.Windows.Forms.Label uxSalesOrderIdLabel
Résultat System.Windows.Forms.Label

uxSpecialOfferId protected_oe property

ComboBox for the SpecialOfferId property.
protected System.Windows.Forms.ComboBox uxSpecialOfferId
Résultat System.Windows.Forms.ComboBox

uxSpecialOfferIdLabel protected_oe property

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

uxUnitPriceDiscount protected_oe property

TextBox for the UnitPriceDiscount property.
protected System.Windows.Forms.TextBox uxUnitPriceDiscount
Résultat System.Windows.Forms.TextBox

uxUnitPriceDiscountLabel protected_oe property

The System.Windows.Forms.Label associated with the UnitPriceDiscount property.
protected System.Windows.Forms.Label uxUnitPriceDiscountLabel
Résultat System.Windows.Forms.Label

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