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

Represents a miscellaneous or general use account that isn't a ChequeAccount
상속: Account
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

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

MiscellaneousAccount ( string name )

Initializes a new instance of the MiscellaneousAccount class.

메소드 상세

Clone() 공개 메소드

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

MiscellaneousAccount() 공개 메소드

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