C# Class Gringotts.Domain.Offer

Afficher le fichier Open project: jskswamy/Gringotts Class Usage Examples

Méthodes publiques

Méthode Description
HasInvestor ( Investor investor ) : bool
Offer ( Investor investor, Amount amount, Venture venture ) : System
ToInvestment ( ) : Investment
ToInvestment ( Amount difference ) : Investment

Method Details

HasInvestor() public méthode

public HasInvestor ( Investor investor ) : bool
investor Investor
Résultat bool

Offer() public méthode

public Offer ( Investor investor, Amount amount, Venture venture ) : System
investor Investor
amount Amount
venture Venture
Résultat System

ToInvestment() public méthode

public ToInvestment ( ) : Investment
Résultat Investment

ToInvestment() public méthode

public ToInvestment ( Amount difference ) : Investment
difference Amount
Résultat Investment