C# Class Machine.Specifications.Mvc.Example.PersonController

Inheritance: Controller
ファイルを表示 Open project: jamesbroome/Machine.Specifications.Mvc

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Show ( int id ) : System.Web.Mvc.ActionResult
Update ( ) : System.Web.Mvc.ActionResult
Update ( Person person, bool loggedIn ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

Show() public method

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

Update() public method

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

Update() public method

public Update ( Person person, bool loggedIn ) : System.Web.Mvc.ActionResult
person Person
loggedIn bool
return System.Web.Mvc.ActionResult