ScientificReport
ScientificReport.Controllers.UserProfileController Member List

This is the complete list of members for ScientificReport.Controllers.UserProfileController, including all inherited members.

AddUserToAdministration(Guid?id, [FromBody] UserProfileUpdateRolesRequest request)ScientificReport.Controllers.UserProfileController
ChangePassword()ScientificReport.Controllers.UserProfileController
ChangePassword(ChangePasswordModel model)ScientificReport.Controllers.UserProfileController
Delete(Guid?id)ScientificReport.Controllers.UserProfileController
Details(Guid?id)ScientificReport.Controllers.UserProfileController
Edit(Guid?id)ScientificReport.Controllers.UserProfileController
Edit(Guid?id, UserProfileEditModel model)ScientificReport.Controllers.UserProfileController
Index(UserProfileIndexModel model)ScientificReport.Controllers.UserProfileController
Login()ScientificReport.Controllers.UserProfileController
Login(LoginModel model)ScientificReport.Controllers.UserProfileController
Logout()ScientificReport.Controllers.UserProfileController
Register()ScientificReport.Controllers.UserProfileController
Register(RegisterModel model)ScientificReport.Controllers.UserProfileController
RemoveUserFromAdministration(Guid?id, [FromBody] UserProfileUpdateRolesRequest request)ScientificReport.Controllers.UserProfileController
SetActive(Guid?id, bool isActive)ScientificReport.Controllers.UserProfileController
UserProfileController(UserManager< UserProfile > usrMgr, SignInManager< UserProfile > signInManager, RoleManager< UserProfileRole > roleManager, IUserProfileService userProfileService, IDepartmentService departmentService, IStringLocalizer< UserProfileController > localizer)ScientificReport.Controllers.UserProfileController