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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxBindingSource System.Windows.Forms.BindingSource
uxCardNumber System.Windows.Forms.TextBox
uxCardNumberLabel System.Windows.Forms.Label
uxCardType System.Windows.Forms.TextBox
uxCardTypeLabel System.Windows.Forms.Label
uxCreditCardId System.Windows.Forms.TextBox
uxCreditCardIdLabel System.Windows.Forms.Label
uxErrorProvider System.Windows.Forms.ErrorProvider
uxExpMonth System.Windows.Forms.TextBox
uxExpMonthLabel System.Windows.Forms.Label
uxExpYear System.Windows.Forms.TextBox
uxExpYearLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
BindControls void
uxBindingSource_currentItemChanged void

공개 메소드들

메소드 설명
CreditCardEditControlBase ( )

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

메소드 상세

CreditCardEditControlBase() 공개 메소드

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

프로퍼티 상세

uxBindingSource 보호되어 있는 프로퍼티

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
리턴 System.Windows.Forms.BindingSource

uxCardNumber 보호되어 있는 프로퍼티

TextBox for the CardNumber property.
protected System.Windows.Forms.TextBox uxCardNumber
리턴 System.Windows.Forms.TextBox

uxCardNumberLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CardNumber property.
protected System.Windows.Forms.Label uxCardNumberLabel
리턴 System.Windows.Forms.Label

uxCardType 보호되어 있는 프로퍼티

TextBox for the CardType property.
protected System.Windows.Forms.TextBox uxCardType
리턴 System.Windows.Forms.TextBox

uxCardTypeLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CardType property.
protected System.Windows.Forms.Label uxCardTypeLabel
리턴 System.Windows.Forms.Label

uxCreditCardId 보호되어 있는 프로퍼티

TextBox for the CreditCardId property.
protected System.Windows.Forms.TextBox uxCreditCardId
리턴 System.Windows.Forms.TextBox

uxCreditCardIdLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the CreditCardId property.
protected System.Windows.Forms.Label uxCreditCardIdLabel
리턴 System.Windows.Forms.Label

uxErrorProvider 보호되어 있는 프로퍼티

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxExpMonth 보호되어 있는 프로퍼티

TextBox for the ExpMonth property.
protected System.Windows.Forms.TextBox uxExpMonth
리턴 System.Windows.Forms.TextBox

uxExpMonthLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ExpMonth property.
protected System.Windows.Forms.Label uxExpMonthLabel
리턴 System.Windows.Forms.Label

uxExpYear 보호되어 있는 프로퍼티

TextBox for the ExpYear property.
protected System.Windows.Forms.TextBox uxExpYear
리턴 System.Windows.Forms.TextBox

uxExpYearLabel 보호되어 있는 프로퍼티

The System.Windows.Forms.Label associated with the ExpYear property.
protected System.Windows.Forms.Label uxExpYearLabel
리턴 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