C# Класс Nettiers.AdventureWorks.Windows.Forms.CurrencyRateEditControlBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
BindControls void
uxBindingSource_currentItemChanged void

Открытые методы

Метод Описание
CurrencyRateEditControlBase ( )

Initializes a new instance of the CurrencyRateEditControlBase class.

InitializeComponent ( ) : void

Initializes the component.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( object sender, System e ) : void

Описание методов

CurrencyRateEditControlBase() публичный Метод

Initializes a new instance of the CurrencyRateEditControlBase class.

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

InitializeComponent() публичный Метод

Initializes the component.
public InitializeComponent ( ) : void
Результат void

Описание свойств

uxAverageRate защищенное свойство

TextBox for the AverageRate property.
protected System.Windows.Forms.TextBox uxAverageRate
Результат System.Windows.Forms.TextBox

uxAverageRateLabel защищенное свойство

The System.Windows.Forms.Label associated with the AverageRate property.
protected System.Windows.Forms.Label uxAverageRateLabel
Результат System.Windows.Forms.Label

uxBindingSource защищенное свойство

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Результат System.Windows.Forms.BindingSource

uxCurrencyRateDate защищенное свойство

DataTimePicker for the CurrencyRateDate property.
protected System.Windows.Forms.DateTimePicker uxCurrencyRateDate
Результат System.Windows.Forms.DateTimePicker

uxCurrencyRateDateLabel защищенное свойство

The System.Windows.Forms.Label associated with the CurrencyRateDate property.
protected System.Windows.Forms.Label uxCurrencyRateDateLabel
Результат System.Windows.Forms.Label

uxCurrencyRateId защищенное свойство

TextBox for the CurrencyRateId property.
protected System.Windows.Forms.TextBox uxCurrencyRateId
Результат System.Windows.Forms.TextBox

uxCurrencyRateIdLabel защищенное свойство

The System.Windows.Forms.Label associated with the CurrencyRateId property.
protected System.Windows.Forms.Label uxCurrencyRateIdLabel
Результат System.Windows.Forms.Label

uxEndOfDayRate защищенное свойство

TextBox for the EndOfDayRate property.
protected System.Windows.Forms.TextBox uxEndOfDayRate
Результат System.Windows.Forms.TextBox

uxEndOfDayRateLabel защищенное свойство

The System.Windows.Forms.Label associated with the EndOfDayRate property.
protected System.Windows.Forms.Label uxEndOfDayRateLabel
Результат System.Windows.Forms.Label

uxErrorProvider защищенное свойство

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxFromCurrencyCode защищенное свойство

ComboBox for the FromCurrencyCode property.
protected System.Windows.Forms.ComboBox uxFromCurrencyCode
Результат System.Windows.Forms.ComboBox

uxFromCurrencyCodeLabel защищенное свойство

The System.Windows.Forms.Label associated with the FromCurrencyCode property.
protected System.Windows.Forms.Label uxFromCurrencyCodeLabel
Результат System.Windows.Forms.Label

uxModifiedDate защищенное свойство

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Результат System.Windows.Forms.DateTimePicker

uxModifiedDateLabel защищенное свойство

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Результат System.Windows.Forms.Label

uxToCurrencyCode защищенное свойство

ComboBox for the ToCurrencyCode property.
protected System.Windows.Forms.ComboBox uxToCurrencyCode
Результат System.Windows.Forms.ComboBox

uxToCurrencyCodeLabel защищенное свойство

The System.Windows.Forms.Label associated with the ToCurrencyCode property.
protected System.Windows.Forms.Label uxToCurrencyCodeLabel
Результат System.Windows.Forms.Label