C# 클래스 Gringotts.Domain.Investment

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

공개 메소드들

메소드 설명
Equals ( Investment other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GiveReturn ( Venture venture, Amount dividend ) : void
HasInvestor ( Investor investor ) : bool
Investment ( )
Investment ( Investor investor, Amount amount )
Investment ( Investor investor, Venture venture, Amount amount )

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GiveReturn() 공개 메소드

public GiveReturn ( Venture venture, Amount dividend ) : void
venture Venture
dividend Amount
리턴 void

HasInvestor() 공개 메소드

public HasInvestor ( Investor investor ) : bool
investor Investor
리턴 bool

Investment() 공개 메소드

public Investment ( )

Investment() 공개 메소드

public Investment ( Investor investor, Amount amount )
investor Investor
amount Amount

Investment() 공개 메소드

public Investment ( Investor investor, Venture venture, Amount amount )
investor Investor
venture Venture
amount Amount