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

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

Protected Properties

Property Type Description
uxActualCost System.Windows.Forms.TextBox
uxActualCostLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.TextBox
uxProductIdLabel System.Windows.Forms.Label
uxQuantity System.Windows.Forms.TextBox
uxQuantityLabel System.Windows.Forms.Label
uxReferenceOrderId System.Windows.Forms.TextBox
uxReferenceOrderIdLabel System.Windows.Forms.Label
uxReferenceOrderLineId System.Windows.Forms.TextBox
uxReferenceOrderLineIdLabel System.Windows.Forms.Label
uxTransactionDate System.Windows.Forms.DateTimePicker
uxTransactionDateLabel System.Windows.Forms.Label
uxTransactionId System.Windows.Forms.TextBox
uxTransactionIdLabel System.Windows.Forms.Label
uxTransactionType System.Windows.Forms.TextBox
uxTransactionTypeLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

TransactionHistoryArchiveEditControlBase ( )

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

TransactionHistoryArchiveEditControlBase() public method

Initializes a new instance of the TransactionHistoryArchiveEditControlBase class.

Property Details

uxActualCost protected_oe property

TextBox for the ActualCost property.
protected System.Windows.Forms.TextBox uxActualCost
return System.Windows.Forms.TextBox

uxActualCostLabel protected_oe property

The System.Windows.Forms.Label associated with the ActualCost property.
protected System.Windows.Forms.Label uxActualCostLabel
return System.Windows.Forms.Label

uxBindingSource protected_oe property

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

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
return System.Windows.Forms.ErrorProvider

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

uxProductId protected_oe property

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

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

uxQuantity protected_oe property

TextBox for the Quantity property.
protected System.Windows.Forms.TextBox uxQuantity
return System.Windows.Forms.TextBox

uxQuantityLabel protected_oe property

The System.Windows.Forms.Label associated with the Quantity property.
protected System.Windows.Forms.Label uxQuantityLabel
return System.Windows.Forms.Label

uxReferenceOrderId protected_oe property

TextBox for the ReferenceOrderId property.
protected System.Windows.Forms.TextBox uxReferenceOrderId
return System.Windows.Forms.TextBox

uxReferenceOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ReferenceOrderId property.
protected System.Windows.Forms.Label uxReferenceOrderIdLabel
return System.Windows.Forms.Label

uxReferenceOrderLineId protected_oe property

TextBox for the ReferenceOrderLineId property.
protected System.Windows.Forms.TextBox uxReferenceOrderLineId
return System.Windows.Forms.TextBox

uxReferenceOrderLineIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ReferenceOrderLineId property.
protected System.Windows.Forms.Label uxReferenceOrderLineIdLabel
return System.Windows.Forms.Label

uxTransactionDate protected_oe property

DataTimePicker for the TransactionDate property.
protected System.Windows.Forms.DateTimePicker uxTransactionDate
return System.Windows.Forms.DateTimePicker

uxTransactionDateLabel protected_oe property

The System.Windows.Forms.Label associated with the TransactionDate property.
protected System.Windows.Forms.Label uxTransactionDateLabel
return System.Windows.Forms.Label

uxTransactionId protected_oe property

TextBox for the TransactionId property.
protected System.Windows.Forms.TextBox uxTransactionId
return System.Windows.Forms.TextBox

uxTransactionIdLabel protected_oe property

The System.Windows.Forms.Label associated with the TransactionId property.
protected System.Windows.Forms.Label uxTransactionIdLabel
return System.Windows.Forms.Label

uxTransactionType protected_oe property

TextBox for the TransactionType property.
protected System.Windows.Forms.TextBox uxTransactionType
return System.Windows.Forms.TextBox

uxTransactionTypeLabel protected_oe property

The System.Windows.Forms.Label associated with the TransactionType property.
protected System.Windows.Forms.Label uxTransactionTypeLabel
return System.Windows.Forms.Label