Class PermissionManagementModal.PermissionGroupViewModel
Inheritance
System.Object
PermissionManagementModal.PermissionGroupViewModel
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()
Namespace: Volo.Abp.PermissionManagement.Web.Pages.AbpPermissionManagement
Assembly: Volo.Abp.PermissionManagement.Web.dll
Syntax
public class PermissionGroupViewModel
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsAllPermissionsGranted
Declaration
public bool IsAllPermissionsGranted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Permissions
Declaration
public List<PermissionManagementModal.PermissionGrantInfoViewModel> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PermissionManagementModal.PermissionGrantInfoViewModel> |
Methods
GetNormalizedGroupName()
Declaration
public string GetNormalizedGroupName()
Returns
| Type | Description |
|---|---|
| System.String |