Show / Hide Table of Contents

Class PermissionGrantCacheItem

Inheritance
System.Object
PermissionGrantCacheItem
Namespace: Volo.Abp.PermissionManagement
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public class PermissionGrantCacheItem : object

Constructors

PermissionGrantCacheItem()

Declaration
public PermissionGrantCacheItem()

PermissionGrantCacheItem(Boolean)

Declaration
public PermissionGrantCacheItem(bool isGranted)
Parameters
Type Name Description
System.Boolean isGranted

Properties

IsGranted

Declaration
public bool IsGranted { get; set; }
Property Value
Type Description
System.Boolean

Methods

CalculateCacheKey(String, String, String)

Declaration
public static string CalculateCacheKey(string name, string providerName, string providerKey)
Parameters
Type Name Description
System.String name
System.String providerName
System.String providerKey
Returns
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft