Свойство | Тип | Описание | |
---|---|---|---|
AttemptCreateApplicationUser | Microsoft.AspNet.Identity.IdentityResult |
Метод | Описание | |
---|---|---|
AddUserToRole ( System.Guid UserId, string roleName ) : bool | ||
AddUserToRole ( string userName, string roleName ) : bool | ||
CreateApplicationUser ( ApplicationUser user, |
||
CreateApplicationUser ( ApplicationUser user, string password, |
||
FindRole ( string RoleName ) : |
||
FindRoleByID ( string roleID ) : |
||
GenerateSimplePassword ( ) : string | ||
GetCreditUserProfileSearch ( string searchTerm ) : List |
||
GetCreditUserSearch ( string searchTerm ) : List |
||
GetIsAdminFromCache ( ) : bool | ||
GetIsSiteEditorFromCache ( ) : bool | ||
GetProfileByUserID ( System.Guid userId ) : Carrotware.CMS.Core.UserProfile | ||
GetProfileByUserName ( string userName ) : Carrotware.CMS.Core.UserProfile | ||
GetRoleList ( ) : List |
||
GetRoleListRestricted ( ) : List |
||
GetUserByEmail ( string email ) : ApplicationUser | ||
GetUserByID ( string key ) : ApplicationUser | ||
GetUserByName ( string username ) : ApplicationUser | ||
GetUserList ( ) : List |
||
GetUserListByEmail ( string email ) : List |
||
GetUserListByName ( string usrName ) : List |
||
GetUserName ( ) : string | ||
GetUserProfileSearch ( string searchTerm ) : List |
||
GetUserSearch ( string searchTerm ) : List |
||
GetUsersInRole ( string groupName ) : List |
||
IsUserInRole ( string groupName ) : bool | ||
IsUserInRole ( string userName, string groupName ) : bool | ||
RemoveUserFromRole ( string userName, string roleName ) : bool | ||
ResetPassword ( ApplicationUser user, string code, string password ) : Microsoft.AspNet.Identity.IdentityResult | ||
ResetPassword ( string email ) : bool | ||
ResetPassword ( string resetUri, string email ) : bool | ||
SecurityData ( ) : System |
Метод | Описание | |
---|---|---|
AttemptCreateApplicationUser ( ApplicationUser user, string password, |
public static AddUserToRole ( System.Guid UserId, string roleName ) : bool | ||
UserId | System.Guid | |
roleName | string | |
Результат | bool |
public static AddUserToRole ( string userName, string roleName ) : bool | ||
userName | string | |
roleName | string | |
Результат | bool |
public CreateApplicationUser ( ApplicationUser user, |
||
user | ApplicationUser | |
newusr | ||
Результат | Microsoft.AspNet.Identity.IdentityResult |
public CreateApplicationUser ( ApplicationUser user, string password, |
||
user | ApplicationUser | |
password | string | |
newusr | ||
Результат | Microsoft.AspNet.Identity.IdentityResult |
public static FindRole ( string RoleName ) : |
||
RoleName | string | |
Результат |
public static FindRoleByID ( string roleID ) : |
||
roleID | string | |
Результат |
public static GenerateSimplePassword ( ) : string | ||
Результат | string |
public static GetCreditUserProfileSearch ( string searchTerm ) : List |
||
searchTerm | string | |
Результат | List |
public static GetCreditUserSearch ( string searchTerm ) : List |
||
searchTerm | string | |
Результат | List |
public static GetIsAdminFromCache ( ) : bool | ||
Результат | bool |
public static GetIsSiteEditorFromCache ( ) : bool | ||
Результат | bool |
public static GetProfileByUserID ( System.Guid userId ) : Carrotware.CMS.Core.UserProfile | ||
userId | System.Guid | |
Результат | Carrotware.CMS.Core.UserProfile |
public static GetProfileByUserName ( string userName ) : Carrotware.CMS.Core.UserProfile | ||
userName | string | |
Результат | Carrotware.CMS.Core.UserProfile |
public static GetRoleListRestricted ( ) : List |
||
Результат | List |
public static GetUserByEmail ( string email ) : ApplicationUser | ||
string | ||
Результат | ApplicationUser |
public static GetUserByID ( string key ) : ApplicationUser | ||
key | string | |
Результат | ApplicationUser |
public static GetUserByName ( string username ) : ApplicationUser | ||
username | string | |
Результат | ApplicationUser |
public static GetUserListByEmail ( string email ) : List |
||
string | ||
Результат | List |
public static GetUserListByName ( string usrName ) : List |
||
usrName | string | |
Результат | List |
public static GetUserProfileSearch ( string searchTerm ) : List |
||
searchTerm | string | |
Результат | List |
public static GetUserSearch ( string searchTerm ) : List |
||
searchTerm | string | |
Результат | List |
public static GetUsersInRole ( string groupName ) : List |
||
groupName | string | |
Результат | List |
public static IsUserInRole ( string groupName ) : bool | ||
groupName | string | |
Результат | bool |
public static IsUserInRole ( string userName, string groupName ) : bool | ||
userName | string | |
groupName | string | |
Результат | bool |
public static RemoveUserFromRole ( string userName, string roleName ) : bool | ||
userName | string | |
roleName | string | |
Результат | bool |
public ResetPassword ( ApplicationUser user, string code, string password ) : Microsoft.AspNet.Identity.IdentityResult | ||
user | ApplicationUser | |
code | string | |
password | string | |
Результат | Microsoft.AspNet.Identity.IdentityResult |
public ResetPassword ( string email ) : bool | ||
string | ||
Результат | bool |
public ResetPassword ( string resetUri, string email ) : bool | ||
resetUri | string | |
string | ||
Результат | bool |