C# 클래스 Gringotts.Domain.Holding

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

Private Properties

프로퍼티 타입 설명
CalculateParticipation Amount>.Dictionary
GetSplittedHolding Holding

공개 메소드들

메소드 설명
Add ( Investment investment ) : void
AddRange ( List confirmedInvestments ) : void
ClearAllInvestments ( ) : void
DistributeDividends ( Amount amount ) : void
Split ( Percentage percentage ) : IList

비공개 메소드들

메소드 설명
CalculateParticipation ( ) : Amount>.Dictionary
GetSplittedHolding ( Percentage percentage ) : Holding

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

public AddRange ( List confirmedInvestments ) : void
confirmedInvestments List
리턴 void

ClearAllInvestments() 공개 메소드

public ClearAllInvestments ( ) : void
리턴 void

DistributeDividends() 공개 메소드

public DistributeDividends ( Amount amount ) : void
amount Amount
리턴 void

Split() 공개 메소드

public Split ( Percentage percentage ) : IList
percentage Percentage
리턴 IList