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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxAverageRate System.Windows.Forms.TextBox
uxAverageRateLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxCurrencyRateDate System.Windows.Forms.DateTimePicker
uxCurrencyRateDateLabel System.Windows.Forms.Label
uxCurrencyRateId System.Windows.Forms.TextBox
uxCurrencyRateIdLabel System.Windows.Forms.Label
uxEndOfDayRate System.Windows.Forms.TextBox
uxEndOfDayRateLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxFromCurrencyCode System.Windows.Forms.ComboBox
uxFromCurrencyCodeLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxToCurrencyCode System.Windows.Forms.ComboBox
uxToCurrencyCodeLabel System.Windows.Forms.Label

Private Properties

Property Type Description
BindControls void
uxBindingSource_currentItemChanged void

Public Methods

Method Description
CurrencyRateEditControlBase ( )

Initializes a new instance of the CurrencyRateEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

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

CurrencyRateEditControlBase() public method

Initializes a new instance of the CurrencyRateEditControlBase class.

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

Property Details

uxAverageRate protected_oe property

TextBox for the AverageRate property.
protected System.Windows.Forms.TextBox uxAverageRate
return System.Windows.Forms.TextBox

uxAverageRateLabel protected_oe property

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

uxCurrencyRateDate protected_oe property

DataTimePicker for the CurrencyRateDate property.
protected System.Windows.Forms.DateTimePicker uxCurrencyRateDate
return System.Windows.Forms.DateTimePicker

uxCurrencyRateDateLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrencyRateDate property.
protected System.Windows.Forms.Label uxCurrencyRateDateLabel
return System.Windows.Forms.Label

uxCurrencyRateId protected_oe property

TextBox for the CurrencyRateId property.
protected System.Windows.Forms.TextBox uxCurrencyRateId
return System.Windows.Forms.TextBox

uxCurrencyRateIdLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrencyRateId property.
protected System.Windows.Forms.Label uxCurrencyRateIdLabel
return System.Windows.Forms.Label

uxEndOfDayRate protected_oe property

TextBox for the EndOfDayRate property.
protected System.Windows.Forms.TextBox uxEndOfDayRate
return System.Windows.Forms.TextBox

uxEndOfDayRateLabel protected_oe property

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

uxFromCurrencyCode protected_oe property

ComboBox for the FromCurrencyCode property.
protected System.Windows.Forms.ComboBox uxFromCurrencyCode
return System.Windows.Forms.ComboBox

uxFromCurrencyCodeLabel protected_oe property

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

uxToCurrencyCode protected_oe property

ComboBox for the ToCurrencyCode property.
protected System.Windows.Forms.ComboBox uxToCurrencyCode
return System.Windows.Forms.ComboBox

uxToCurrencyCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the ToCurrencyCode property.
protected System.Windows.Forms.Label uxToCurrencyCodeLabel
return System.Windows.Forms.Label