C# Class PivotalPoker.Controllers.StoryController

Inheritance: Controller
Datei anzeigen Open project: cheezburger/pivotal-poker Class Usage Examples

Private Properties

Property Type Description
EnsurePlayerExists void
RenderPoint string
Reset System.Web.Mvc.ActionResult
Vote System.Web.Mvc.ActionResult

Public Methods

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

Private Methods

Method Description
EnsurePlayerExists ( Game game, string playerName ) : void
RenderPoint ( bool isComplete, Card card ) : string
Reset ( int projectId, int storyId ) : System.Web.Mvc.ActionResult
Vote ( int projectId, int storyId, int score ) : System.Web.Mvc.ActionResult

Method Details

Detail() public method

public Detail ( int projectId, int storyId ) : System.Web.Mvc.ActionResult
projectId int
storyId int
return System.Web.Mvc.ActionResult

Status() public method

public Status ( int projectId, int storyId ) : System.Web.Mvc.ActionResult
projectId int
storyId int
return System.Web.Mvc.ActionResult

StoryController() public method

public StoryController ( IPivotal pivotal, IGameRepository games, IGameStarter gameStarter ) : System
pivotal IPivotal
games IGameRepository
gameStarter IGameStarter
return System