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

Inheritance: Controller
ファイルを表示 Open project: AndersMalmgren/Knockout.Concurrency

Public Methods

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

Private Methods

Method Description
Save ( Message dog ) : System.Web.Mvc.JsonResult
SimulateSave ( Dog dog ) : void

Method Details

About() public method

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

GetDog() public method

public GetDog ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

HomeController() public method

public HomeController ( IEventAggregator eventAggregator ) : System
eventAggregator IEventAggregator
return System

Index() public method

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