Class PermissionManagementModal.PermissionGrantInfoViewModel
Inheritance
PermissionManagementModal.PermissionGrantInfoViewModel
Assembly: Volo.Abp.PermissionManagement.Web.dll
Syntax
public class PermissionManagementModal.PermissionGrantInfoViewModel : IFlatTreeItem
Constructors
PermissionGrantInfoViewModel()
Declaration
public PermissionGrantInfoViewModel()
Properties
AllowedProviders
Declaration
public List<string> AllowedProviders { get; set; }
Property Value
Depth
Declaration
public int Depth { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
GrantedProviders
Declaration
public List<PermissionManagementModal.ProviderInfoViewModel> GrantedProviders { get; set; }
Property Value
IsGranted
Declaration
public bool IsGranted { get; set; }
Property Value
Name
Declaration
[Required]
[HiddenInput]
public string Name { get; set; }
Property Value
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Methods
GetShownName(string)
Declaration
public string GetShownName(string currentProviderName)
Parameters
Type |
Name |
Description |
string |
currentProviderName |
|
Returns
IsDisabled(string)
Declaration
public bool IsDisabled(string currentProviderName)
Parameters
Type |
Name |
Description |
string |
currentProviderName |
|
Returns
Implements
Extension Methods