C# Class ITimeU.Controllers.CheckpointController

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

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
CheckpointWasCreatedSuccessfully ( ) : bool
Create ( int raceId, string txtCheckpointName ) : System.Web.Mvc.ActionResult
GetTempData ( string key ) : object
IsCheckpointNameEmpty ( ) : bool
SetTempData ( string key, object value ) : void

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

List() public méthode

public List ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult