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

Inheritance: Controller
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

The change password success.
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Profile() public méthode

The profile.
public Profile ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ProfileController() public méthode

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. ///
Résultat System