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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxCardNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCardTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCreditCardBindingSource System.Windows.Forms.BindingSource
uxCreditCardDataGridView System.Windows.Forms.DataGridView
uxCreditCardErrorProvider System.Windows.Forms.ErrorProvider
uxCreditCardIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxExpMonthDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxExpYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnCreditCardBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
CreditCardDataGridViewBase ( )

Initializes a new instance of the CreditCardDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCreditCardDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCreditCardDataGridView control.

OnCreditCardDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCreditCardDataGridView control.

OnCreditCardDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCreditCardDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

비공개 메소드들

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

메소드 상세

CreditCardDataGridViewBase() 공개 메소드

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

OnCreditCardDataGridViewCellValueNeeded() 보호된 메소드

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

OnCreditCardDataGridViewCellValuePushed() 보호된 메소드

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

OnCreditCardDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxCreditCardDataGridView control.
protected OnCreditCardDataGridViewDataError ( 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

프로퍼티 상세

uxCardNumberDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CardNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardNumberDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCardTypeDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CardType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCardTypeDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxCreditCardBindingSource 보호되어 있는 프로퍼티

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

uxCreditCardDataGridView 보호되어 있는 프로퍼티

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

uxCreditCardErrorProvider 보호되어 있는 프로퍼티

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

uxCreditCardIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the CreditCardId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCreditCardIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxExpMonthDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ExpMonth property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxExpMonthDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxExpYearDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ExpYear property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxExpYearDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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