C# Class ITimeU.Controllers.TimeStartnumberController

Inheritance: Controller
Mostra file Open project: heinek/ITimeU

Public Methods

Method Description
Start ( ) : System.Web.Mvc.ActionResult

Starts this instance.

Stop ( ) : System.Web.Mvc.ActionResult

Stops this instance.

Private Methods

Method Description
AddStartnumber ( int checkpointId, string startnumber, int runtime ) : System.Web.Mvc.ActionResult
ChangeCheckpoint ( int checkpointid ) : System.Web.Mvc.ActionResult
DeleteRaceintermediate ( int checkpointid, int checkpointOrderId ) : System.Web.Mvc.ActionResult
EditRuntime ( int checkpointid, int checkpointOrderId, int hour, int min, int sek, int msek, int startnumber ) : System.Web.Mvc.ActionResult
GetStartruntime ( ) : System.Web.Mvc.ActionResult
Index ( int raceId ) : System.Web.Mvc.ActionResult
ResetRace ( int raceid ) : System.Web.Mvc.ActionResult

Method Details

Start() public method

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

Stop() public method

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