C# Class _2012_10_07_domain_model_jw.Projections.UserGoalIndex

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

Méthodes publiques

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

Method Details

HasGoalBeenCreated() public méthode

public HasGoalBeenCreated ( GoalId goalId ) : bool
goalId GoalId
Résultat bool

IsValidUser() public méthode

public IsValidUser ( GoalId goalId, string user ) : bool
goalId GoalId
user string
Résultat bool

UserGoalIndex() public méthode

public UserGoalIndex ( UserGoalsView>.IDocumentReader reader ) : System
reader UserGoalsView>.IDocumentReader
Résultat System