Méthode | Description | |
---|---|---|
CreateDataPermission ( long subjectId, long entityId, long dataId, RightType rightType, PermissionType permissionType = PermissionType.Grant ) : |
||
CreateFeaturePermission ( long subjectId, long featureId, PermissionType permissionType = PermissionType.Grant ) : |
||
DeleteDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : bool | ||
DeleteDataPermissionById ( long id ) : bool | ||
DeleteDataPermissionsByEntity ( long entityId, long dataId ) : bool | ||
DeleteFeaturePermission ( long subjectId, long featureId ) : bool | ||
DeleteFeaturePermissionById ( long id ) : bool | ||
ExistsDataPermission ( IEnumerable |
||
ExistsDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : bool | ||
ExistsDataPermissionId ( long id ) : bool | ||
ExistsFeaturePermission ( IEnumerable |
||
ExistsFeaturePermission ( long subjectId, long featureId, PermissionType permissionType = PermissionType.Grant ) : bool | ||
ExistsFeaturePermissionId ( long id ) : bool | ||
GetAllDataIds ( IEnumerable |
||
GetAllDataIds ( IEnumerable |
||
GetAllDataIds ( long userId, long entityId, List |
||
GetAllDataIds ( long userId, long entityId, RightType rightType ) : IQueryable |
||
GetAllDataPermissions ( ) : IQueryable |
||
GetAllFeaturePermissions ( ) : IQueryable |
||
GetAllRights ( long subjectId, long entityId, long dataId ) : IQueryable |
||
GetDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : |
||
GetDataPermissionById ( long id ) : |
||
GetDataPermissionsFromEntity ( long entityId, long dataId ) : IQueryable |
||
GetFeaturePermission ( long subjectId, long featureId ) : |
||
GetFeaturePermissionById ( long id ) : |
||
GetFeaturePermissionType ( long subjectId, long featureId ) : int | ||
HasSubjectFeatureAccess ( long subjectId, long featureId ) : bool | ||
HasUserDataAccess ( long userId, long entityId, long dataId, RightType rightType ) : bool | ||
HasUserDataAccess ( string username, long entityId, long dataId, RightType rightType ) : bool | ||
PermissionManager ( ) : System | ||
UpdateDataPermission ( |
||
UpdateFeaturePermission ( |
public CreateDataPermission ( long subjectId, long entityId, long dataId, RightType rightType, PermissionType permissionType = PermissionType.Grant ) : |
||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | RightType | |
permissionType | PermissionType | |
Résultat |
public CreateFeaturePermission ( long subjectId, long featureId, PermissionType permissionType = PermissionType.Grant ) : |
||
subjectId | long | |
featureId | long | |
permissionType | PermissionType | |
Résultat |
public DeleteDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : bool | ||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat | bool |
public DeleteDataPermissionById ( long id ) : bool | ||
id | long | |
Résultat | bool |
public DeleteDataPermissionsByEntity ( long entityId, long dataId ) : bool | ||
entityId | long | |
dataId | long | |
Résultat | bool |
public DeleteFeaturePermission ( long subjectId, long featureId ) : bool | ||
subjectId | long | |
featureId | long | |
Résultat | bool |
public DeleteFeaturePermissionById ( long id ) : bool | ||
id | long | |
Résultat | bool |
public ExistsDataPermission ( IEnumerable |
||
subjectIds | IEnumerable |
|
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat | bool |
public ExistsDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : bool | ||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat | bool |
public ExistsDataPermissionId ( long id ) : bool | ||
id | long | |
Résultat | bool |
public ExistsFeaturePermission ( IEnumerable |
||
subjectIds | IEnumerable |
|
featureIds | IEnumerable |
|
permissionType | PermissionType | |
Résultat | bool |
public ExistsFeaturePermission ( long subjectId, long featureId, PermissionType permissionType = PermissionType.Grant ) : bool | ||
subjectId | long | |
featureId | long | |
permissionType | PermissionType | |
Résultat | bool |
public ExistsFeaturePermissionId ( long id ) : bool | ||
id | long | |
Résultat | bool |
public GetAllDataIds ( IEnumerable |
||
subjectIds | IEnumerable |
|
entityId | long | |
rightTypes | List |
|
Résultat | IQueryable |
public GetAllDataIds ( IEnumerable |
||
subjectIds | IEnumerable |
|
entityId | long | |
rightType | RightType | |
Résultat | IQueryable |
public GetAllDataIds ( long userId, long entityId, List |
||
userId | long | |
entityId | long | |
rightTypes | List |
|
Résultat | IQueryable |
public GetAllDataIds ( long userId, long entityId, RightType rightType ) : IQueryable |
||
userId | long | |
entityId | long | |
rightType | RightType | |
Résultat | IQueryable |
public GetAllDataPermissions ( ) : IQueryable |
||
Résultat | IQueryable |
public GetAllFeaturePermissions ( ) : IQueryable |
||
Résultat | IQueryable |
public GetAllRights ( long subjectId, long entityId, long dataId ) : IQueryable |
||
subjectId | long | |
entityId | long | |
dataId | long | |
Résultat | IQueryable |
public GetDataPermission ( long subjectId, long entityId, long dataId, RightType rightType ) : |
||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat |
public GetDataPermissionById ( long id ) : |
||
id | long | |
Résultat |
public GetDataPermissionsFromEntity ( long entityId, long dataId ) : IQueryable |
||
entityId | long | |
dataId | long | |
Résultat | IQueryable |
public GetFeaturePermission ( long subjectId, long featureId ) : |
||
subjectId | long | |
featureId | long | |
Résultat |
public GetFeaturePermissionById ( long id ) : |
||
id | long | |
Résultat |
public GetFeaturePermissionType ( long subjectId, long featureId ) : int | ||
subjectId | long | |
featureId | long | |
Résultat | int |
public HasSubjectFeatureAccess ( long subjectId, long featureId ) : bool | ||
subjectId | long | |
featureId | long | |
Résultat | bool |
public HasUserDataAccess ( long userId, long entityId, long dataId, RightType rightType ) : bool | ||
userId | long | |
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat | bool |
public HasUserDataAccess ( string username, long entityId, long dataId, RightType rightType ) : bool | ||
username | string | |
entityId | long | |
dataId | long | |
rightType | RightType | |
Résultat | bool |
public UpdateDataPermission ( |
||
dataPermission | ||
Résultat |
public UpdateFeaturePermission ( |
||
featurePermission | ||
Résultat |