C# Class TournamentReport.Controllers.TeamsController

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

Méthodes publiques

Méthode Description
Create ( string group, string tournamentSlug ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, string tournamentSlug ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( Team team, string tournamentSlug ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Team team, string tournamentSlug ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

public Create ( string group, string tournamentSlug ) : System.Web.Mvc.ActionResult
group string
tournamentSlug string
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