C# Class ITimeU.Controllers.ResultsController

Inheritance: Controller
Afficher le fichier Open project: heinek/ITimeU Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

Prints the results.
public Print ( int checkpointid ) : ActionResult
checkpointid int The checkpointid.
Résultat ActionResult

ResultSetup() public méthode

public ResultSetup ( ) : ActionResult
Résultat ActionResult

ResultsForSpeaker() public méthode

public ResultsForSpeaker ( int checkpointId ) : ActionResult
checkpointId int
Résultat ActionResult

SelectCheckpoint() public méthode

public SelectCheckpoint ( int raceId ) : ActionResult
raceId int
Résultat ActionResult

SelectEvent() public méthode

public SelectEvent ( ) : ActionResult
Résultat ActionResult

SelectRace() public méthode

public SelectRace ( int eventId ) : ActionResult
eventId int
Résultat ActionResult