C# Class Gringotts.Domain.Investment

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

Méthodes publiques

Méthode Description
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 )

Method Details

Equals() public méthode

public Equals ( Investment other ) : bool
other Investment
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GiveReturn() public méthode

public GiveReturn ( Venture venture, Amount dividend ) : void
venture Venture
dividend Amount
Résultat void

HasInvestor() public méthode

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

Investment() public méthode

public Investment ( )

Investment() public méthode

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

Investment() public méthode

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