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

Represents a Chequing or transaction bank account. This is used as the main bank account.
상속: Account
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChequeAccount ( string name )

Initializes a new instance of the ChequeAccount class.

Clone ( string name ) : Account

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

메소드 상세

ChequeAccount() 공개 메소드

Initializes a new instance of the ChequeAccount class.
public ChequeAccount ( 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