Метод | Описание | |
---|---|---|
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 ( |
||
Speaker ( int id ) : System.Web.Mvc.ActionResult | ||
Testing ( ) : System.Web.Mvc.ActionResult |
public DeleteRuntime ( int runtimeid ) : System.Web.Mvc.ActionResult | ||
runtimeid | int | The runtimeid. |
Результат | System.Web.Mvc.ActionResult |
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 |
public SaveRuntime ( int runtime, int checkpointid ) : System.Web.Mvc.ActionResult | ||
runtime | int | The runtime. |
checkpointid | int | |
Результат | System.Web.Mvc.ActionResult |
public Start ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Stop ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Update ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |