C# Class BinaryStudio.TaskManager.Web.Controllers.ProfileController

Inheritance: Controller
Show file Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

ChangePasswordSuccess() public method

The change password success.
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Profile() public method

The profile.
public Profile ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProfileController() public method

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. ///
return System