C# Class WhoCanHelpMe.Web.Controllers.Profile.ProfileController

Inheritance: BaseController
Datei anzeigen Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
ProfileController ( IIdentityService identityService, IProfileTasks userTasks, ICategoryTasks categoryTasks, ViewProfilePageViewModel>.IMapper viewProfilePageViewModelMapper, IMapper updateProfilePageViewModelMapper, ICreateProfilePageViewModelBuilder createProfilePageViewModelBuilder ) : System.Collections.Generic

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateProfileFormModel formModel ) : System.Web.Mvc.ActionResult
Delete ( ) : System.Web.Mvc.ActionResult
DeleteAssertion ( int assertionId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Update ( ) : System.Web.Mvc.ActionResult
Update ( AddAssertionFormModel formModel ) : System.Web.Mvc.ActionResult
View ( int id ) : System.Web.Mvc.ActionResult

Method Details

ProfileController() public method

public ProfileController ( IIdentityService identityService, IProfileTasks userTasks, ICategoryTasks categoryTasks, ViewProfilePageViewModel>.IMapper viewProfilePageViewModelMapper, IMapper updateProfilePageViewModelMapper, ICreateProfilePageViewModelBuilder createProfilePageViewModelBuilder ) : System.Collections.Generic
identityService IIdentityService
userTasks IProfileTasks
categoryTasks ICategoryTasks
viewProfilePageViewModelMapper ViewProfilePageViewModel>.IMapper
updateProfilePageViewModelMapper IMapper
createProfilePageViewModelBuilder ICreateProfilePageViewModelBuilder
return System.Collections.Generic