C# Class Pulsey.Web.Controllers.UserController

Inheritance: Controller
ファイルを表示 Open project: vegashat/Pulsey

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.JsonResult
UserController ( ) : System
UserProfile ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
UserProfile ( User user ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

List() public method

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

UserController() public method

public UserController ( ) : System
return System

UserProfile() public method

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