C# Class CAESGenome.Controllers.AccountController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/CAESGenome

Méthodes publiques

Méthode Description
AccountController ( IRepositoryFactory repositoryFactory ) : System
LogOff ( ) : System.Web.Mvc.ActionResult
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Manage ( LocalPasswordModel model ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
ResetPassword ( string token ) : System.Web.Mvc.ActionResult
ResetPassword ( string email, string token, string password ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public méthode

public AccountController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
Résultat System

LogOff() public méthode

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

Manage() public méthode

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
Résultat System.Web.Mvc.ActionResult