Class FlatTreeDepthFinder<T>
Inherited Members
Namespace: Volo.Abp.PermissionManagement.Web.Utils
Assembly: Volo.Abp.PermissionManagement.Web.dll
Syntax
public class FlatTreeDepthFinder<T> where T : class, IFlatTreeItem
Type Parameters
Name | Description |
---|---|
T |
Constructors
FlatTreeDepthFinder()
Declaration
public FlatTreeDepthFinder()
Methods
SetDepths(List<T>)
Declaration
public virtual void SetDepths(List<T> items)
Parameters
Type | Name | Description |
---|---|---|
List<T> | items |