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

Represents an Amex credit card bank account.
상속: Account
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AmexAccount ( string name )

Initializes a new instance of the AmexAccount class.

Clone ( string name ) : Account

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

메소드 상세

AmexAccount() 공개 메소드

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

Clone() 공개 메소드

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