Method | Description | |
---|---|---|
GetManagementRolesForUserInApplication ( string application, string login ) : List |
Return what kind of user management permissions the given user has in the application.
|
|
GetVisibleByUser ( string application, string login ) : IQueryable |
||
RoleService ( IRepository |
Method | Description | |
---|---|---|
GetManageableApplicationRoles ( string application, string login ) : IQueryable |
Get all of the additionally manageable roles that the user has. This is found by taking the largest role level the user has and then finding all roles above that level.
|
|
GetRolesForUser ( string application, string login ) : IQueryable |
public GetManagementRolesForUserInApplication ( string application, string login ) : List |
||
application | string | |
login | string | |
return | List |
public GetVisibleByUser ( string application, string login ) : IQueryable |
||
application | string | |
login | string | |
return | IQueryable |
public RoleService ( IRepository |
||
permissionRepository | IRepository |
|
applicationRoleRepository | IRepository |
|
return | System.Collections.Generic |