Interface IFlatTreeItem
Namespace: Volo.Abp.PermissionManagement.Web.Utils
Assembly: Volo.Abp.PermissionManagement.Web.dll
Syntax
public interface IFlatTreeItem
Properties
Depth
Declaration
int Depth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentName
Declaration
string ParentName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |