C# 클래스 Gringotts.Domain.Investor

파일 보기 프로젝트 열기: jskswamy/Gringotts 1 사용 예제들

공개 메소드들

메소드 설명
AcceptOffer ( Offer offer ) : void
AcceptReturn ( Amount dividend ) : void
AcceptSurplus ( Amount surplus ) : void
AddInvestmentToPortfolio ( Investment investment ) : void
Equals ( Investor other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Investor ( ) : System
Investor ( Name name, GringottsDate date, Amount amount ) : System

비공개 메소드들

메소드 설명
Pay ( Amount amount ) : void

메소드 상세

AcceptOffer() 공개 메소드

public AcceptOffer ( Offer offer ) : void
offer Offer
리턴 void

AcceptReturn() 공개 메소드

public AcceptReturn ( Amount dividend ) : void
dividend Amount
리턴 void

AcceptSurplus() 공개 메소드

public AcceptSurplus ( Amount surplus ) : void
surplus Amount
리턴 void

AddInvestmentToPortfolio() 공개 메소드

public AddInvestmentToPortfolio ( Investment investment ) : void
investment Investment
리턴 void

Equals() 공개 메소드

public Equals ( Investor other ) : bool
other Investor
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Investor() 공개 메소드

public Investor ( ) : System
리턴 System

Investor() 공개 메소드

public Investor ( Name name, GringottsDate date, Amount amount ) : System
name Name
date GringottsDate
amount Amount
리턴 System