C# Class AccountProfile.Controllers.ProfileController

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

Méthodes publiques

Méthode Description
Edit ( string username ) : System.Web.Mvc.ViewResult
Find ( ProfileSearchCriteria criteria ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Save ( EditProfileInput form ) : System.Web.Mvc.RedirectToRouteResult
Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
Show ( string username ) : 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

Find() public méthode

public Find ( ProfileSearchCriteria criteria ) : System.Web.Mvc.ViewResult
criteria AccountProfile.Models.ProfileSearchCriteria
Résultat System.Web.Mvc.ViewResult

Index() public méthode

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

ProfileController() public méthode

public ProfileController ( ) : System
Résultat System

ProfileController() public méthode

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

Save() public méthode

public Save ( EditProfileInput form ) : System.Web.Mvc.RedirectToRouteResult
form AccountProfile.Models.EditProfileInput
Résultat System.Web.Mvc.RedirectToRouteResult

Save() public méthode

public Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
form AccountProfile.Models.ProfileEditModel
Résultat System.Web.Mvc.RedirectToRouteResult

Show() public méthode

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