| AddToRoleAsync(UserProfile userProfile, string roleName, UserManager< UserProfile > userManager) | ScientificReport.BLL.Services.UserProfileService | virtual |
| ChangePassword(UserProfile user, string oldPassword, string newPassword, string newPasswordRepeat, UserManager< UserProfile > userManager) | ScientificReport.BLL.Services.UserProfileService | virtual |
| CreateItem(UserProfile item) | ScientificReport.BLL.Services.UserProfileService | virtual |
| DeleteById(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| Filter(UserProfileIndexModel model, ClaimsPrincipal userPrincipal, bool userIsAdmin) | ScientificReport.BLL.Services.UserProfileService | virtual |
| Get(ClaimsPrincipal claimsPrincipal) | ScientificReport.BLL.Services.UserProfileService | virtual |
| Get(Func< UserProfile, bool > predicate) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetAll() | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetAllWhere(Func< UserProfile, bool > predicate) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetById(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetCount() | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetPage(int page, int count) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetPage(IEnumerable< UserProfile > userProfiles, int page, int count) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserArticles(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserGrants(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserPatentLicenseActivitiesAsApplicant(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserPatentLicenseActivitiesAsAuthor(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserPublications(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserReportTheses(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserReviews(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserScientificConsultations(Guid id) | ScientificReport.BLL.Services.UserProfileService | |
| GetUserScientificInternships(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| GetUserScientificWorks(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| IsInRoleAsync(UserProfile user, string roleName, UserManager< UserProfile > userManager) | ScientificReport.BLL.Services.UserProfileService | virtual |
| IsTeacherOnlyAsync(UserProfile user, UserManager< UserProfile > userManager) | ScientificReport.BLL.Services.UserProfileService | virtual |
| RemoveFromRoleAsync(UserProfile userProfile, string roleName, UserManager< UserProfile > userManager) | ScientificReport.BLL.Services.UserProfileService | virtual |
| SetActiveById(Guid id, bool isActive) | ScientificReport.BLL.Services.UserProfileService | virtual |
| SetApproved(Guid id, bool isApproved) | ScientificReport.BLL.Services.UserProfileService | virtual |
| UpdateItem(UserProfile item) | ScientificReport.BLL.Services.UserProfileService | virtual |
| UserExists(Guid id) | ScientificReport.BLL.Services.UserProfileService | virtual |
| UserProfileService(ScientificReportDbContext context) | ScientificReport.BLL.Services.UserProfileService | |