C# Класс BinaryStudio.TaskManager.Web.Controllers.ProfileController

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

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

Метод Описание
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult

The change password success.

Profile ( ) : System.Web.Mvc.ActionResult

The profile.

ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System

Initializes a new instance of the ProfileController class.

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

Метод Описание
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
GetImageInProfile ( string userName ) : System.Web.Mvc.ActionResult
ProfileChanges ( ProfileModel model, System.Web.HttpPostedFileBase image ) : System.Web.Mvc.ActionResult

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

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

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

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

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

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

Initializes a new instance of the ProfileController class.
public ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System
userProcessor IUserProcessor /// The user processor. ///
projectProcessor IProjectProcessor /// The project processor. ///
Результат System