C# 클래스 Gringotts.Domain.Portfolio

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddInvestment ( Investment investment ) : void
HasInvestmentIn ( Venture venture ) : bool
Portfolio ( ) : System
RemoveInvestment ( Investment investment ) : void

메소드 상세

AddInvestment() 공개 메소드

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

HasInvestmentIn() 공개 메소드

public HasInvestmentIn ( Venture venture ) : bool
venture Venture
리턴 bool

Portfolio() 공개 메소드

public Portfolio ( ) : System
리턴 System

RemoveInvestment() 공개 메소드

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