C# Class Knockout.Concurrency.Demo.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: AndersMalmgren/Knockout.Concurrency

Méthodes publiques

Méthode Description
About ( ) : System.Web.Mvc.ActionResult
GetDog ( ) : System.Web.Mvc.JsonResult
HomeController ( IEventAggregator eventAggregator ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Save ( Message dog ) : System.Web.Mvc.JsonResult
SimulateSave ( Dog dog ) : void

Method Details

About() public méthode

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

GetDog() public méthode

public GetDog ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

HomeController() public méthode

public HomeController ( IEventAggregator eventAggregator ) : System
eventAggregator IEventAggregator
Résultat System

Index() public méthode

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