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

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

Protected Properties

Property 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

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

PurchaseOrderHeaderEditControlBase ( )

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

PurchaseOrderHeaderEditControlBase() public method

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

uxEmployeeId protected_oe property

ComboBox for the EmployeeId property.
protected System.Windows.Forms.ComboBox uxEmployeeId
return System.Windows.Forms.ComboBox

uxEmployeeIdLabel protected_oe property

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

uxFreight protected_oe property

TextBox for the Freight property.
protected System.Windows.Forms.TextBox uxFreight
return System.Windows.Forms.TextBox

uxFreightLabel protected_oe property

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

uxOrderDate protected_oe property

DataTimePicker for the OrderDate property.
protected System.Windows.Forms.DateTimePicker uxOrderDate
return System.Windows.Forms.DateTimePicker

uxOrderDateLabel protected_oe property

The System.Windows.Forms.Label associated with the OrderDate property.
protected System.Windows.Forms.Label uxOrderDateLabel
return System.Windows.Forms.Label

uxPurchaseOrderId protected_oe property

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

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

uxRevisionNumber protected_oe property

TextBox for the RevisionNumber property.
protected System.Windows.Forms.TextBox uxRevisionNumber
return System.Windows.Forms.TextBox

uxRevisionNumberLabel protected_oe property

The System.Windows.Forms.Label associated with the RevisionNumber property.
protected System.Windows.Forms.Label uxRevisionNumberLabel
return System.Windows.Forms.Label

uxShipDate protected_oe property

DataTimePicker for the ShipDate property.
protected System.Windows.Forms.DateTimePicker uxShipDate
return System.Windows.Forms.DateTimePicker

uxShipDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ShipDate property.
protected System.Windows.Forms.Label uxShipDateLabel
return System.Windows.Forms.Label

uxShipMethodId protected_oe property

ComboBox for the ShipMethodId property.
protected System.Windows.Forms.ComboBox uxShipMethodId
return System.Windows.Forms.ComboBox

uxShipMethodIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ShipMethodId property.
protected System.Windows.Forms.Label uxShipMethodIdLabel
return System.Windows.Forms.Label

uxStatus protected_oe property

TextBox for the Status property.
protected System.Windows.Forms.TextBox uxStatus
return System.Windows.Forms.TextBox

uxStatusLabel protected_oe property

The System.Windows.Forms.Label associated with the Status property.
protected System.Windows.Forms.Label uxStatusLabel
return System.Windows.Forms.Label

uxSubTotal protected_oe property

TextBox for the SubTotal property.
protected System.Windows.Forms.TextBox uxSubTotal
return System.Windows.Forms.TextBox

uxSubTotalLabel protected_oe property

The System.Windows.Forms.Label associated with the SubTotal property.
protected System.Windows.Forms.Label uxSubTotalLabel
return System.Windows.Forms.Label

uxTaxAmt protected_oe property

TextBox for the TaxAmt property.
protected System.Windows.Forms.TextBox uxTaxAmt
return System.Windows.Forms.TextBox

uxTaxAmtLabel protected_oe property

The System.Windows.Forms.Label associated with the TaxAmt property.
protected System.Windows.Forms.Label uxTaxAmtLabel
return System.Windows.Forms.Label

uxTotalDue protected_oe property

TextBox for the TotalDue property.
protected System.Windows.Forms.TextBox uxTotalDue
return System.Windows.Forms.TextBox

uxTotalDueLabel protected_oe property

The System.Windows.Forms.Label associated with the TotalDue property.
protected System.Windows.Forms.Label uxTotalDueLabel
return System.Windows.Forms.Label

uxVendorId protected_oe property

ComboBox for the VendorId property.
protected System.Windows.Forms.ComboBox uxVendorId
return System.Windows.Forms.ComboBox

uxVendorIdLabel protected_oe property

The System.Windows.Forms.Label associated with the VendorId property.
protected System.Windows.Forms.Label uxVendorIdLabel
return System.Windows.Forms.Label