Class OrganizationUnitTreeView
Inheritance
OrganizationUnitTreeView
Implements
IHasConcurrencyStamp
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class OrganizationUnitTreeView : OrganizationUnitWithDetailsDto, IHasConcurrencyStamp
Constructors
OrganizationUnitTreeView()
Declaration
public OrganizationUnitTreeView()
Properties
Children
Declaration
public List<OrganizationUnitTreeView> Children { get; set; }
Property Value
Collapsed
Declaration
public bool Collapsed { get; set; }
Property Value
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
Icon
Declaration
public string Icon { get; }
Property Value
Implements
Volo.Abp.Domain.Entities.IHasConcurrencyStamp