C# Class Retro_Indie_Spiel_Webserver.Controllers.HighscoresController

Controller für die Highscore verwaltung.
Inheritance: Controller
Show file Open project: Vusur/HfTL_SW_Projekt Class Usage Examples

Public Methods

Method Description
Index ( [ Include = "Name,Score,md5Hash")]HighscoreViewModelhighscoreViewModel ) : System.Web.Mvc.ActionResult

GET: /Highscores Wird Standardmäßig aufgerufen und schreibt einen Eintrag in die Highscoreliste

List ( ) : System.Web.Mvc.ActionResult

GET: /Highscores/List

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Methode für das Löschen des Controllers.

Method Details

Dispose() protected method

Methode für das Löschen des Controllers.
protected Dispose ( bool disposing ) : void
disposing bool Boolean ob die db Verbindung gelöscht werden soll.
return void

Index() public method

GET: /Highscores Wird Standardmäßig aufgerufen und schreibt einen Eintrag in die Highscoreliste
public Index ( [ Include = "Name,Score,md5Hash")]HighscoreViewModelhighscoreViewModel ) : System.Web.Mvc.ActionResult
Include [
return System.Web.Mvc.ActionResult

List() public method

GET: /Highscores/List
public List ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult