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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxAverageRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyRateBindingSource System.Windows.Forms.BindingSource
uxCurrencyRateDataGridView System.Windows.Forms.DataGridView
uxCurrencyRateDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyRateErrorProvider System.Windows.Forms.ErrorProvider
uxCurrencyRateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndOfDayRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFromCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxToCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

프로퍼티 타입 설명
OnCurrencyRateBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
CurrencyRateDataGridViewBase ( )

Initializes a new instance of the CurrencyRateDataGridViewBase class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrencyRateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCurrencyRateDataGridView control.

OnCurrencyRateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCurrencyRateDataGridView control.

OnCurrencyRateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCurrencyRateDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

비공개 메소드들

메소드 설명
OnCurrencyRateBindingSourceCurrentItemChanged ( object sender, System e ) : void

메소드 상세

CurrencyRateDataGridViewBase() 공개 메소드

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

OnCurrencyRateDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxCurrencyRateDataGridView control.
protected OnCurrencyRateDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnCurrencyRateDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxCurrencyRateDataGridView control.
protected OnCurrencyRateDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnCurrencyRateDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxCurrencyRateDataGridView control.
protected OnCurrencyRateDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnCurrentEntityChanged() 보호된 메소드

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
리턴 void

프로퍼티 상세

uxAverageRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the AverageRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxCurrencyRateBindingSource
리턴 System.Windows.Forms.BindingSource

uxCurrencyRateDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxCurrencyRateDataGridView
리턴 System.Windows.Forms.DataGridView

uxCurrencyRateDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CurrencyRateDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxCurrencyRateErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxCurrencyRateIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxEndOfDayRateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EndOfDayRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndOfDayRateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxFromCurrencyCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the FromCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxFromCurrencyCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxToCurrencyCodeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ToCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxToCurrencyCodeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn