C# Class _2012_10_07_domain_model_jw.Aggregates.Goal.GoalState

Datei anzeigen Open project: beingtheworst/btw-samples-productivity Class Usage Examples

Public Methods

Method Description
GoalState ( IEnumerable events ) : System
Mutate ( IEvent @event ) : void
When ( GoalSet e ) : void

Method Details

GoalState() public method

public GoalState ( IEnumerable events ) : System
events IEnumerable
return System

Mutate() public method

public Mutate ( IEvent @event ) : void
@event IEvent
return void

When() public method

public When ( GoalSet e ) : void
e GoalSet
return void