Class PermissionGrantCacheItem
Inheritance
PermissionGrantCacheItem
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public class PermissionGrantCacheItem
Constructors
PermissionGrantCacheItem()
Declaration
public PermissionGrantCacheItem()
PermissionGrantCacheItem(bool)
Declaration
public PermissionGrantCacheItem(bool isGranted)
Parameters
Type |
Name |
Description |
bool |
isGranted |
|
Properties
IsGranted
Declaration
public bool IsGranted { get; set; }
Property Value
Methods
CalculateCacheKey(string, string, string)
Declaration
public static string CalculateCacheKey(string name, string providerName, string providerKey)
Parameters
Returns
Declaration
public static string GetPermissionNameFormCacheKeyOrNull(string cacheKey)
Parameters
Type |
Name |
Description |
string |
cacheKey |
|
Returns
Extension Methods