Class PermissionValueProviderInfo
Inherited Members
Namespace: Volo.Abp.PermissionManagement
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public class PermissionValueProviderInfo
Constructors
PermissionValueProviderInfo(string, string)
Declaration
public PermissionValueProviderInfo(string name, string key)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | key |
Properties
Key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |