C# 클래스 BudgetAnalyser.Engine.BankAccount.VisaAccount

Represents a Visa credit card account. Current limitation is you can only have one Visa account.
상속: Account
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( string name ) : Account

Clones this instance and give the new clone the specified name.

VisaAccount ( string name )

Initializes a new instance of the VisaAccount class.

메소드 상세

Clone() 공개 메소드

Clones this instance and give the new clone the specified name.
public Clone ( string name ) : Account
name string
리턴 Account

VisaAccount() 공개 메소드

Initializes a new instance of the VisaAccount class.
public VisaAccount ( string name )
name string The name.