C# Class Gringotts.Domain.Portfolio

ファイルを表示 Open project: bagheera/Gringotts Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddInvestment ( Investment investment ) : void
HasInvestmentIn ( Venture venture ) : bool
Portfolio ( ) : System
RemoveInvestment ( Investment investment ) : void

Method Details

AddInvestment() public method

public AddInvestment ( Investment investment ) : void
investment Investment
return void

HasInvestmentIn() public method

public HasInvestmentIn ( Venture venture ) : bool
venture Venture
return bool

Portfolio() public method

public Portfolio ( ) : System
return System

RemoveInvestment() public method

public RemoveInvestment ( Investment investment ) : void
investment Investment
return void