C# 클래스 Nettiers.AdventureWorks.Windows.Forms.CurrencyRateEditControlBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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