C# 클래스 TournamentReport.Controllers.RoundsController

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

공개 메소드들

메소드 설명
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Details() 공개 메소드

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

Dispose() 보호된 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult