C# 클래스 TournamentReport.Controllers.GamesController

상속: Controller
파일 보기 프로젝트 열기: Haacked/TournamentMaker

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

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

ReportScores() 공개 메소드

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

ResetScores() 공개 메소드

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