C# 클래스 PivotalPoker.Controllers.StoryController

상속: Controller
파일 보기 프로젝트 열기: cheezburger/pivotal-poker 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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 ( 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

메소드 상세

Detail() 공개 메소드

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

Status() 공개 메소드

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

StoryController() 공개 메소드

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