C# Class TournamentReport.Controllers.GamesController

Inheritance: Controller
Mostrar archivo Open project: Haacked/TournamentMaker

Public Methods

Method Description
Create ( string tournamentSlug, int id ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
ReportScores ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
ResetScores ( string tournamentSlug ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( TournamentReport.Models.GameCreateModel gameModel, string tournamentSlug ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
Edit ( TournamentReport.Models.GameEditModel game, string tournamentSlug ) : System.Web.Mvc.ActionResult
ReportScores ( TournamentReport.Models.Game game, string tournamentSlug ) : System.Web.Mvc.ActionResult
ResetScores ( string tournamentSlug, string submit ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( string tournamentSlug, int id ) : System.Web.Mvc.ActionResult
tournamentSlug string
id int
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

public Edit ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
id int
tournamentSlug string
return System.Web.Mvc.ActionResult

ReportScores() public method

public ReportScores ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
id int
tournamentSlug string
return System.Web.Mvc.ActionResult

ResetScores() public method

public ResetScores ( string tournamentSlug ) : System.Web.Mvc.ActionResult
tournamentSlug string
return System.Web.Mvc.ActionResult