C# 클래스 Wrox.ProCSharp.JupiterBank.CurrentAccount

상속: ITransferBankAccount
파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6 1 사용 예제들

공개 메소드들

메소드 설명
PayIn ( decimal amount ) : void
ToString ( ) : string
TransferTo ( IBankAccount destination, decimal amount ) : bool
Withdraw ( decimal amount ) : bool

메소드 상세

PayIn() 공개 메소드

public PayIn ( decimal amount ) : void
amount decimal
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransferTo() 공개 메소드

public TransferTo ( IBankAccount destination, decimal amount ) : bool
destination IBankAccount
amount decimal
리턴 bool

Withdraw() 공개 메소드

public Withdraw ( decimal amount ) : bool
amount decimal
리턴 bool