C# Class Gringotts.Domain.Holding

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

Private Properties

Свойство Type Description
CalculateParticipation Amount>.Dictionary
GetSplittedHolding Holding

Méthodes publiques

Méthode Description
Add ( Investment investment ) : void
AddRange ( List confirmedInvestments ) : void
ClearAllInvestments ( ) : void
DistributeDividends ( Amount amount ) : void
Split ( Percentage percentage ) : IList

Private Methods

Méthode Description
CalculateParticipation ( ) : Amount>.Dictionary
GetSplittedHolding ( Percentage percentage ) : Holding

Method Details

Add() public méthode

public Add ( Investment investment ) : void
investment Investment
Résultat void

AddRange() public méthode

public AddRange ( List confirmedInvestments ) : void
confirmedInvestments List
Résultat void

ClearAllInvestments() public méthode

public ClearAllInvestments ( ) : void
Résultat void

DistributeDividends() public méthode

public DistributeDividends ( Amount amount ) : void
amount Amount
Résultat void

Split() public méthode

public Split ( Percentage percentage ) : IList
percentage Percentage
Résultat IList