Class PermissionGrantInfoDto
Inheritance
PermissionGrantInfoDto
Assembly: Volo.Abp.PermissionManagement.Application.Contracts.dll
Syntax
public class PermissionGrantInfoDto
Constructors
PermissionGrantInfoDto()
Declaration
public PermissionGrantInfoDto()
Properties
AllowedProviders
Declaration
public List<string> AllowedProviders { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
GrantedProviders
Declaration
public List<ProviderInfoDto> GrantedProviders { get; set; }
Property Value
IsGranted
Declaration
public bool IsGranted { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Extension Methods