C# Class _2012_10_07_domain_model_jw.Projections.GoalCalendarViewProjections

Datei anzeigen Open project: beingtheworst/btw-samples-productivity

Public Methods

Method Description
GoalCalendarViewProjections ( GoalCalendarView>.IDocumentWriter writer ) : System
When ( DailyTaskScheduled e ) : void
When ( GoalSet e ) : void

Method Details

GoalCalendarViewProjections() public method

public GoalCalendarViewProjections ( GoalCalendarView>.IDocumentWriter writer ) : System
writer GoalCalendarView>.IDocumentWriter
return System

When() public method

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

When() public method

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