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 |
|---|---|
| int |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ParentName
Declaration
string ParentName { get; }
Property Value
| Type | Description |
|---|---|
| string |