Method | Description | |
---|---|---|
Print ( int checkpointid ) : ActionResult |
Prints the results.
|
|
ResultSetup ( ) : ActionResult | ||
ResultsForSpeaker ( int checkpointId ) : ActionResult | ||
SelectCheckpoint ( int raceId ) : ActionResult | ||
SelectEvent ( ) : ActionResult | ||
SelectRace ( int eventId ) : ActionResult |
Method | Description | |
---|---|---|
Approve ( 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 | ||
GetCheckpoints ( int raceId ) : System.Web.Mvc.ActionResult | ||
GetRaceintermediates ( int checkpointId ) : System.Web.Mvc.ActionResult | ||
GetRaces ( int eventId ) : ActionResult | ||
GetTimers ( int raceId ) : ActionResult | ||
Index ( ) : ActionResult | ||
ResultsSpeaker ( int raceId ) : ActionResult |
public Print ( int checkpointid ) : ActionResult | ||
checkpointid | int | The checkpointid. |
return | ActionResult |
public ResultsForSpeaker ( int checkpointId ) : ActionResult | ||
checkpointId | int | |
return | ActionResult |
public SelectCheckpoint ( int raceId ) : ActionResult | ||
raceId | int | |
return | ActionResult |
public SelectRace ( int eventId ) : ActionResult | ||
eventId | int | |
return | ActionResult |