C# Class _2012_10_07_domain_model_jw.Projections.UserGoalIndex

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

Public Methods

Method Description
HasGoalBeenCreated ( GoalId goalId ) : bool
IsValidUser ( GoalId goalId, string user ) : bool
UserGoalIndex ( UserGoalsView>.IDocumentReader reader ) : System

Method Details

HasGoalBeenCreated() public method

public HasGoalBeenCreated ( GoalId goalId ) : bool
goalId GoalId
return bool

IsValidUser() public method

public IsValidUser ( GoalId goalId, string user ) : bool
goalId GoalId
user string
return bool

UserGoalIndex() public method

public UserGoalIndex ( UserGoalsView>.IDocumentReader reader ) : System
reader UserGoalsView>.IDocumentReader
return System