Class PermissionGrantInfo
Inheritance
System.Object
PermissionGrantInfo
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