Class PermissionManagementModal.PermissionGrantInfoViewModel
Inheritance
System.Object
PermissionManagementModal.PermissionGrantInfoViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Volo.Abp.PermissionManagement.Web.dll
Syntax
public class PermissionGrantInfoViewModel : IFlatTreeItem
Properties
AllowedProviders
Declaration
public List<string> AllowedProviders { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
Depth
Declaration
public int Depth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
GrantedProviders
Declaration
public List<PermissionManagementModal.ProviderInfoViewModel> GrantedProviders { get; set; }
Property Value
IsGranted
Declaration
public bool IsGranted { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentName
Declaration
public string ParentName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
GetShownName(String)
Declaration
public string GetShownName(string currentProviderName)
Parameters
| Type |
Name |
Description |
| System.String |
currentProviderName |
|
Returns
| Type |
Description |
| System.String |
|
IsDisabled(String)
Declaration
public bool IsDisabled(string currentProviderName)
Parameters
| Type |
Name |
Description |
| System.String |
currentProviderName |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods