Property | Type | Description | |
---|---|---|---|
EnsurePlayerExists | void | ||
RenderPoint | string | ||
Reset | System.Web.Mvc.ActionResult | ||
Vote | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Detail ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
Status ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
StoryController ( IPivotal pivotal, IGameRepository games, IGameStarter gameStarter ) : System |
Method | Description | |
---|---|---|
EnsurePlayerExists ( |
||
RenderPoint ( bool isComplete, |
||
Reset ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
Vote ( int projectId, int storyId, int score ) : System.Web.Mvc.ActionResult |
public Detail ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
projectId | int | |
storyId | int | |
return | System.Web.Mvc.ActionResult |
public Status ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
projectId | int | |
storyId | int | |
return | System.Web.Mvc.ActionResult |
public StoryController ( IPivotal pivotal, IGameRepository games, IGameStarter gameStarter ) : System | ||
pivotal | IPivotal | |
games | IGameRepository | |
gameStarter | IGameStarter | |
return | System |