C# Class TournamentReport.Controllers.GamesController

Inheritance: Controller
Afficher le fichier Open project: Haacked/TournamentMaker

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

public Create ( string tournamentSlug, int id ) : System.Web.Mvc.ActionResult
tournamentSlug string
id int
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
id int
tournamentSlug string
Résultat System.Web.Mvc.ActionResult

ReportScores() public méthode

public ReportScores ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
id int
tournamentSlug string
Résultat System.Web.Mvc.ActionResult

ResetScores() public méthode

public ResetScores ( string tournamentSlug ) : System.Web.Mvc.ActionResult
tournamentSlug string
Résultat System.Web.Mvc.ActionResult