C# Class ITimeU.Controllers.CheckpointController

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

Public Methods

Method 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

Method 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 method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

List() public method

public List ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult