C# Class AreasExample.Areas.Admin.Controllers.ProfileController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Private Properties

Свойство Type Description
Edit System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ViewResult
ProfileController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
Show System.Web.Mvc.ViewResult

Méthodes publiques

Méthode Description
Edit ( string username ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Show ( string username ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
Edit ( EditProfileInput profile ) : System.Web.Mvc.ActionResult
Edit ( ) : System.Web.Mvc.ViewResult
ProfileController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
Show ( ) : System.Web.Mvc.ViewResult

Method Details

Edit() public méthode

public Edit ( string username ) : System.Web.Mvc.ViewResult
username string
Résultat System.Web.Mvc.ViewResult

Index() public méthode

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

ProfileController() public méthode

public ProfileController ( ) : System
Résultat System

ProfileController() public méthode

public ProfileController ( IProfileRepository profileRepository ) : System
profileRepository IProfileRepository
Résultat System

Show() public méthode

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
Résultat System.Web.Mvc.ViewResult