C# Class _2012_10_07_domain_model_jw.Aggregates.Goal.GoalAggreagate

Afficher le fichier Open project: beingtheworst/btw-samples-productivity Class Usage Examples

Méthodes publiques

Свойство Type Description
Changes IList

Méthodes publiques

Méthode Description
Apply ( IEvent e ) : void
GoalAggreagate ( IEnumerable events ) : System
SetGoal ( GoalId id, string description, System.DateTime startDate, int lengthOfGoalInDays, string user ) : void

Method Details

Apply() public méthode

public Apply ( IEvent e ) : void
e IEvent
Résultat void

GoalAggreagate() public méthode

public GoalAggreagate ( IEnumerable events ) : System
events IEnumerable
Résultat System

SetGoal() public méthode

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
Résultat void

Property Details

Changes public_oe property

public IList Changes
Résultat IList