C# 클래스 _2012_10_07_domain_model_jw.Aggregates.Goal.GoalAggreagate

파일 보기 프로젝트 열기: beingtheworst/btw-samples-productivity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Changes IList

공개 메소드들

메소드 설명
Apply ( IEvent e ) : void
GoalAggreagate ( IEnumerable events ) : System
SetGoal ( GoalId id, string description, System.DateTime startDate, int lengthOfGoalInDays, string user ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( IEvent e ) : void
e IEvent
리턴 void

GoalAggreagate() 공개 메소드

public GoalAggreagate ( IEnumerable events ) : System
events IEnumerable
리턴 System

SetGoal() 공개 메소드

public SetGoal ( GoalId id, string description, System.DateTime startDate, int lengthOfGoalInDays, string user ) : void
id GoalId
description string
startDate System.DateTime
lengthOfGoalInDays int
user string
리턴 void

프로퍼티 상세

Changes 공개적으로 프로퍼티

public IList Changes
리턴 IList