C# 클래스 Gringotts.Domain.Offer

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

공개 메소드들

메소드 설명
HasInvestor ( Investor investor ) : bool
Offer ( Investor investor, Amount amount, Venture venture ) : System
ToInvestment ( ) : Investment
ToInvestment ( Amount difference ) : Investment

메소드 상세

HasInvestor() 공개 메소드

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

Offer() 공개 메소드

public Offer ( Investor investor, Amount amount, Venture venture ) : System
investor Investor
amount Amount
venture Venture
리턴 System

ToInvestment() 공개 메소드

public ToInvestment ( ) : Investment
리턴 Investment

ToInvestment() 공개 메소드

public ToInvestment ( Amount difference ) : Investment
difference Amount
리턴 Investment