Show / Hide Table of Contents

Class PermissionGrantInfo

Inheritance
System.Object
PermissionGrantInfo
Namespace: Volo.Abp.Authorization.Permissions
Assembly: Volo.Abp.Authorization.dll
Syntax
public class PermissionGrantInfo : object

Constructors

PermissionGrantInfo(String, Boolean, String, String)

Declaration
public PermissionGrantInfo(string name, bool isGranted, string providerName = null, string providerKey = null)
Parameters
Type Name Description
System.String name
System.Boolean isGranted
System.String providerName
System.String providerKey

Properties

IsGranted

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

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

ProviderKey

Declaration
public string ProviderKey { get; }
Property Value
Type Description
System.String

ProviderName

Declaration
public string ProviderName { get; }
Property Value
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