Class PermissionWithGrantedProviders
Inheritance
PermissionWithGrantedProviders
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public class PermissionWithGrantedProviders
Constructors
PermissionWithGrantedProviders(string, bool)
Declaration
public PermissionWithGrantedProviders(string name, bool isGranted)
Parameters
Properties
IsGranted
Declaration
public bool IsGranted { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Providers
Declaration
public List<PermissionValueProviderInfo> Providers { get; set; }
Property Value
Extension Methods