C# Class TournamentReport.Controllers.RoundsController

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

Méthodes publiques

Méthode Description
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( TournamentReport.Models.Round round, string tournamentSlug ) : System.Web.Mvc.ActionResult
Create ( string tournamentSlug ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult
Edit ( TournamentReport.Models.Round round, string tournamentSlug ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult

Method Details

Details() public méthode

public Details ( 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

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult