Method | Description | |
---|---|---|
AddCheckpointOrder ( int checkpointID, int startingNumber ) : System.Web.Mvc.ActionResult | ||
DeleteCheckpointOrder ( int id, int checkpointId ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetStartingNumbersForCheckpoint ( int checkpointID ) : System.Web.Mvc.ActionResult | ||
Index ( int raceId ) : System.Web.Mvc.ActionResult | ||
MoveCheckpointDown ( int checkpointID, int startingNumber, int checkpointOrderId ) : System.Web.Mvc.ActionResult | ||
MoveCheckpointUp ( int checkpointID, int startingNumber, int checkpointOrderId ) : System.Web.Mvc.ActionResult | ||
UpdateCheckpointOrder ( int ID, int startingNumber ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
Create ( int raceId ) : System.Web.Mvc.ActionResult | ||
Edit ( int ID, string value ) : System.Web.Mvc.ActionResult | ||
GetCheckpointOrder ( int id ) : |
public AddCheckpointOrder ( int checkpointID, int startingNumber ) : System.Web.Mvc.ActionResult | ||
checkpointID | int | |
startingNumber | int | |
return | System.Web.Mvc.ActionResult |
public DeleteCheckpointOrder ( int id, int checkpointId ) : System.Web.Mvc.ActionResult | ||
id | int | |
checkpointId | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetStartingNumbersForCheckpoint ( int checkpointID ) : System.Web.Mvc.ActionResult | ||
checkpointID | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int raceId ) : System.Web.Mvc.ActionResult | ||
raceId | int | |
return | System.Web.Mvc.ActionResult |
public MoveCheckpointDown ( int checkpointID, int startingNumber, int checkpointOrderId ) : System.Web.Mvc.ActionResult | ||
checkpointID | int | |
startingNumber | int | |
checkpointOrderId | int | |
return | System.Web.Mvc.ActionResult |
public MoveCheckpointUp ( int checkpointID, int startingNumber, int checkpointOrderId ) : System.Web.Mvc.ActionResult | ||
checkpointID | int | |
startingNumber | int | |
checkpointOrderId | int | |
return | System.Web.Mvc.ActionResult |
public UpdateCheckpointOrder ( int ID, int startingNumber ) : System.Web.Mvc.ActionResult | ||
ID | int | |
startingNumber | int | |
return | System.Web.Mvc.ActionResult |