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

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

Protected Properties

Свойство Type Description
uxBindingSource System.Windows.Forms.BindingSource
uxEmployeeId System.Windows.Forms.ComboBox
uxEmployeeIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFreight System.Windows.Forms.TextBox
uxFreightLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOrderDate System.Windows.Forms.DateTimePicker
uxOrderDateLabel System.Windows.Forms.Label
uxPurchaseOrderId System.Windows.Forms.TextBox
uxPurchaseOrderIdLabel System.Windows.Forms.Label
uxRevisionNumber System.Windows.Forms.TextBox
uxRevisionNumberLabel System.Windows.Forms.Label
uxShipDate System.Windows.Forms.DateTimePicker
uxShipDateLabel System.Windows.Forms.Label
uxShipMethodId System.Windows.Forms.ComboBox
uxShipMethodIdLabel System.Windows.Forms.Label
uxStatus System.Windows.Forms.TextBox
uxStatusLabel System.Windows.Forms.Label
uxSubTotal System.Windows.Forms.TextBox
uxSubTotalLabel System.Windows.Forms.Label
uxTaxAmt System.Windows.Forms.TextBox
uxTaxAmtLabel System.Windows.Forms.Label
uxTotalDue System.Windows.Forms.TextBox
uxTotalDueLabel 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.

PurchaseOrderHeaderEditControlBase ( )

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

PurchaseOrderHeaderEditControlBase() public méthode

Initializes a new instance of the PurchaseOrderHeaderEditControlBase class.

Property Details

uxBindingSource protected_oe property

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

uxEmployeeId protected_oe property

ComboBox for the EmployeeId property.
protected System.Windows.Forms.ComboBox uxEmployeeId
Résultat System.Windows.Forms.ComboBox

uxEmployeeIdLabel protected_oe property

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

uxFreight protected_oe property

TextBox for the Freight property.
protected System.Windows.Forms.TextBox uxFreight
Résultat System.Windows.Forms.TextBox

uxFreightLabel protected_oe property

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

uxOrderDate protected_oe property

DataTimePicker for the OrderDate property.
protected System.Windows.Forms.DateTimePicker uxOrderDate
Résultat System.Windows.Forms.DateTimePicker

uxOrderDateLabel protected_oe property

The System.Windows.Forms.Label associated with the OrderDate property.
protected System.Windows.Forms.Label uxOrderDateLabel
Résultat System.Windows.Forms.Label

uxPurchaseOrderId protected_oe property

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

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

uxRevisionNumber protected_oe property

TextBox for the RevisionNumber property.
protected System.Windows.Forms.TextBox uxRevisionNumber
Résultat System.Windows.Forms.TextBox

uxRevisionNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the RevisionNumber property.
protected System.Windows.Forms.Label uxRevisionNumberLabel
Résultat System.Windows.Forms.Label

uxShipDate protected_oe property

DataTimePicker for the ShipDate property.
protected System.Windows.Forms.DateTimePicker uxShipDate
Résultat System.Windows.Forms.DateTimePicker

uxShipDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ShipDate property.
protected System.Windows.Forms.Label uxShipDateLabel
Résultat System.Windows.Forms.Label

uxShipMethodId protected_oe property

ComboBox for the ShipMethodId property.
protected System.Windows.Forms.ComboBox uxShipMethodId
Résultat System.Windows.Forms.ComboBox

uxShipMethodIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ShipMethodId property.
protected System.Windows.Forms.Label uxShipMethodIdLabel
Résultat System.Windows.Forms.Label

uxStatus protected_oe property

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
Résultat System.Windows.Forms.TextBox

uxStatusLabel protected_oe property

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
Résultat System.Windows.Forms.Label

uxSubTotal protected_oe property

TextBox for the SubTotal property.
protected System.Windows.Forms.TextBox uxSubTotal
Résultat System.Windows.Forms.TextBox

uxSubTotalLabel protected_oe property

The System.Windows.Forms.Label associated with the SubTotal property.
protected System.Windows.Forms.Label uxSubTotalLabel
Résultat System.Windows.Forms.Label

uxTaxAmt protected_oe property

TextBox for the TaxAmt property.
protected System.Windows.Forms.TextBox uxTaxAmt
Résultat System.Windows.Forms.TextBox

uxTaxAmtLabel protected_oe property

The System.Windows.Forms.Label associated with the TaxAmt property.
protected System.Windows.Forms.Label uxTaxAmtLabel
Résultat System.Windows.Forms.Label

uxTotalDue protected_oe property

TextBox for the TotalDue property.
protected System.Windows.Forms.TextBox uxTotalDue
Résultat System.Windows.Forms.TextBox

uxTotalDueLabel protected_oe property

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