C# Класс AccountProfile.Controllers.AccountController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
AccountController ( ) : System
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IProfileRepository profileRepository ) : System
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
LogOn ( ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

Защищенные методы

Метод Описание
Initialize ( System.Web.Routing.RequestContext requestContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Приватные методы

Метод Описание
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
LogOn ( LogOnModel model, bool rememberMe, string returnUrl ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult
LogOnWidget ( ) : System.Web.Mvc.ViewResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult

Описание методов

AccountController() публичный Метод

public AccountController ( ) : System
Результат System

AccountController() публичный Метод

public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
Результат System

AccountController() публичный Метод

public AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IProfileRepository profileRepository ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
profileRepository IProfileRepository
Результат System

ChangePasswordSuccess() публичный Метод

public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Initialize() защищенный Метод

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
Результат void

LogOff() публичный Метод

public LogOff ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

LogOn() публичный Метод

public LogOn ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

OnActionExecuting() защищенный Метод

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Результат void

Register() публичный Метод

public Register ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult