C# 클래스 BolfTracker.Web.Controllers.GameController

상속: Controller
파일 보기 프로젝트 열기: mkchandler/bolf-tracker-mvc

공개 메소드들

메소드 설명
Delete ( int gameId ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
GameController ( IGameService gameService, IShotService shotService, IHoleService holeService, IPlayerService playerService, IRankingService rankingService ) : System
Index ( int year, int month ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( System.DateTime date ) : System.Web.Mvc.ActionResult
Finalize ( int gameId ) : System.Web.Mvc.ActionResult
RecalculateGameStatistics ( ) : System.Web.Mvc.ActionResult
UnFinalize ( int gameId ) : System.Web.Mvc.ActionResult

메소드 상세

Delete() 공개 메소드

public Delete ( int gameId ) : System.Web.Mvc.ActionResult
gameId int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

GameController() 공개 메소드

public GameController ( IGameService gameService, IShotService shotService, IHoleService holeService, IPlayerService playerService, IRankingService rankingService ) : System
gameService IGameService
shotService IShotService
holeService IHoleService
playerService IPlayerService
rankingService IRankingService
리턴 System

Index() 공개 메소드

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
리턴 System.Web.Mvc.ActionResult