C# 클래스 ITimeU.Controllers.ResultsController

상속: Controller
파일 보기 프로젝트 열기: heinek/ITimeU 1 사용 예제들

공개 메소드들

메소드 설명
Print ( int checkpointid ) : ActionResult

Prints the results.

ResultSetup ( ) : ActionResult
ResultsForSpeaker ( int checkpointId ) : ActionResult
SelectCheckpoint ( int raceId ) : ActionResult
SelectEvent ( ) : ActionResult
SelectRace ( int eventId ) : ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

Print() 공개 메소드

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

ResultSetup() 공개 메소드

public ResultSetup ( ) : ActionResult
리턴 ActionResult

ResultsForSpeaker() 공개 메소드

public ResultsForSpeaker ( int checkpointId ) : ActionResult
checkpointId int
리턴 ActionResult

SelectCheckpoint() 공개 메소드

public SelectCheckpoint ( int raceId ) : ActionResult
raceId int
리턴 ActionResult

SelectEvent() 공개 메소드

public SelectEvent ( ) : ActionResult
리턴 ActionResult

SelectRace() 공개 메소드

public SelectRace ( int eventId ) : ActionResult
eventId int
리턴 ActionResult