C# Class BolfTracker.Web.Controllers.GameController

Inheritance: Controller
Afficher le fichier Open project: mkchandler/bolf-tracker-mvc

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Delete() public méthode

public Delete ( int gameId ) : System.Web.Mvc.ActionResult
gameId int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

GameController() public méthode

public GameController ( IGameService gameService, IShotService shotService, IHoleService holeService, IPlayerService playerService, IRankingService rankingService ) : System
gameService IGameService
shotService IShotService
holeService IHoleService
playerService IPlayerService
rankingService IRankingService
Résultat System

Index() public méthode

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
Résultat System.Web.Mvc.ActionResult