프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnsurePlayerExists | void | ||
RenderPoint | string | ||
Reset | System.Web.Mvc.ActionResult | ||
Vote | System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Web.Mvc.ActionResult |
public Status ( int projectId, int storyId ) : System.Web.Mvc.ActionResult | ||
projectId | int | |
storyId | int | |
리턴 | System.Web.Mvc.ActionResult |
public StoryController ( IPivotal pivotal, IGameRepository games, IGameStarter gameStarter ) : System | ||
pivotal | IPivotal | |
games | IGameRepository | |
gameStarter | IGameStarter | |
리턴 | System |