C# Класс EventServer.UI.Controllers.AccountController

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

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

Метод Описание
AccountController ( IRepository repository, ICurrentUserService currentUser, IFormsAuthenticationService formsAuthenticationService, IMembershipService membershipService ) : System
LogOff ( ) : System.Web.Mvc.ActionResult
LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

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

Метод Описание
ChangeEmail ( AccountChangeEmailModel model ) : System.Web.Mvc.ActionResult
ChangeEmail ( int id ) : System.Web.Mvc.ActionResult
ChangeName ( AccountChangeNameModel model ) : System.Web.Mvc.ActionResult
ChangeName ( int id ) : System.Web.Mvc.ActionResult
ChangePassword ( AccountChangePasswordModel model ) : System.Web.Mvc.ActionResult
ChangePassword ( int id ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
LogOn ( AccountLogOnModel model ) : System.Web.Mvc.ActionResult
Register ( AccountRegisterModel model ) : System.Web.Mvc.ActionResult
Show ( AccountShowModel model ) : System.Web.Mvc.ActionResult
Show ( int id, string name ) : System.Web.Mvc.ActionResult

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

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

public AccountController ( IRepository repository, ICurrentUserService currentUser, IFormsAuthenticationService formsAuthenticationService, IMembershipService membershipService ) : System
repository IRepository
currentUser ICurrentUserService
formsAuthenticationService IFormsAuthenticationService
membershipService IMembershipService
Результат System

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

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

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

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

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

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