C# 클래스 ITimeU.Controllers.TimerController

상속: Controller
파일 보기 프로젝트 열기: heinek/ITimeU

공개 메소드들

메소드 설명
DeleteRuntime ( int runtimeid ) : System.Web.Mvc.ActionResult

Deletes the runtime.

EditRuntime ( int orginalruntimeid, int hour, int min, int sek, int msek ) : System.Web.Mvc.ActionResult

Edits the runtime.

SaveRuntime ( int runtime, int checkpointid ) : System.Web.Mvc.ActionResult

Saves the runtime.

Start ( ) : System.Web.Mvc.ActionResult

Starts this instance.

Stop ( ) : System.Web.Mvc.ActionResult

Stops this instance.

Update ( int id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ChangeCheckpoint ( int checkpointid ) : System.Web.Mvc.ActionResult
GetStartruntime ( ) : System.Web.Mvc.ActionResult
GetStartruntimeForSpeaker ( int raceid ) : System.Web.Mvc.ActionResult
HasStopped ( int raceId ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
ResetRace ( int raceid ) : System.Web.Mvc.ActionResult
SaveToSessionAndReturnRuntimes ( TimerModel timer ) : string
Speaker ( int id ) : System.Web.Mvc.ActionResult
Testing ( ) : System.Web.Mvc.ActionResult

메소드 상세

DeleteRuntime() 공개 메소드

Deletes the runtime.
public DeleteRuntime ( int runtimeid ) : System.Web.Mvc.ActionResult
runtimeid int The runtimeid.
리턴 System.Web.Mvc.ActionResult

EditRuntime() 공개 메소드

Edits the runtime.
public EditRuntime ( int orginalruntimeid, int hour, int min, int sek, int msek ) : System.Web.Mvc.ActionResult
orginalruntimeid int The orginalruntimeid.
hour int Hours.
min int Minutes.
sek int Seconds.
msek int Milliseconds.
리턴 System.Web.Mvc.ActionResult

SaveRuntime() 공개 메소드

Saves the runtime.
public SaveRuntime ( int runtime, int checkpointid ) : System.Web.Mvc.ActionResult
runtime int The runtime.
checkpointid int
리턴 System.Web.Mvc.ActionResult

Start() 공개 메소드

Starts this instance.
public Start ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Update() 공개 메소드

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