C# 클래스 ITimeU.Controllers.CheckpointController

상속: Controller
파일 보기 프로젝트 열기: heinek/ITimeU 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
CheckpointWasCreatedSuccessfully ( ) : bool
Create ( int raceId, string txtCheckpointName ) : System.Web.Mvc.ActionResult
GetTempData ( string key ) : object
IsCheckpointNameEmpty ( ) : bool
SetTempData ( string key, object value ) : void

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

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

Index() 공개 메소드

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

List() 공개 메소드

public List ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult