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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
CurrencyRateEditControlBase ( )

Initializes a new instance of the CurrencyRateEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

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

CurrencyRateEditControlBase() public méthode

Initializes a new instance of the CurrencyRateEditControlBase class.

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

Property Details

uxAverageRate protected_oe property

TextBox for the AverageRate property.
protected System.Windows.Forms.TextBox uxAverageRate
Résultat System.Windows.Forms.TextBox

uxAverageRateLabel protected_oe property

The System.Windows.Forms.Label associated with the AverageRate property.
protected System.Windows.Forms.Label uxAverageRateLabel
Résultat System.Windows.Forms.Label

uxBindingSource protected_oe property

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

uxCurrencyRateDate protected_oe property

DataTimePicker for the CurrencyRateDate property.
protected System.Windows.Forms.DateTimePicker uxCurrencyRateDate
Résultat System.Windows.Forms.DateTimePicker

uxCurrencyRateDateLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrencyRateDate property.
protected System.Windows.Forms.Label uxCurrencyRateDateLabel
Résultat System.Windows.Forms.Label

uxCurrencyRateId protected_oe property

TextBox for the CurrencyRateId property.
protected System.Windows.Forms.TextBox uxCurrencyRateId
Résultat System.Windows.Forms.TextBox

uxCurrencyRateIdLabel protected_oe property

The System.Windows.Forms.Label associated with the CurrencyRateId property.
protected System.Windows.Forms.Label uxCurrencyRateIdLabel
Résultat System.Windows.Forms.Label

uxEndOfDayRate protected_oe property

TextBox for the EndOfDayRate property.
protected System.Windows.Forms.TextBox uxEndOfDayRate
Résultat System.Windows.Forms.TextBox

uxEndOfDayRateLabel protected_oe property

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

uxFromCurrencyCode protected_oe property

ComboBox for the FromCurrencyCode property.
protected System.Windows.Forms.ComboBox uxFromCurrencyCode
Résultat System.Windows.Forms.ComboBox

uxFromCurrencyCodeLabel protected_oe property

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

uxToCurrencyCode protected_oe property

ComboBox for the ToCurrencyCode property.
protected System.Windows.Forms.ComboBox uxToCurrencyCode
Résultat System.Windows.Forms.ComboBox

uxToCurrencyCodeLabel protected_oe property

The System.Windows.Forms.Label associated with the ToCurrencyCode property.
protected System.Windows.Forms.Label uxToCurrencyCodeLabel
Résultat System.Windows.Forms.Label