C# Class ITimeU.Controllers.ResultsController

Inheritance: Controller
Mostra file Open project: heinek/ITimeU Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Print() public method

Prints the results.
public Print ( int checkpointid ) : ActionResult
checkpointid int The checkpointid.
return ActionResult

ResultSetup() public method

public ResultSetup ( ) : ActionResult
return ActionResult

ResultsForSpeaker() public method

public ResultsForSpeaker ( int checkpointId ) : ActionResult
checkpointId int
return ActionResult

SelectCheckpoint() public method

public SelectCheckpoint ( int raceId ) : ActionResult
raceId int
return ActionResult

SelectEvent() public method

public SelectEvent ( ) : ActionResult
return ActionResult

SelectRace() public method

public SelectRace ( int eventId ) : ActionResult
eventId int
return ActionResult