Show / Hide Table of Contents

Class OrganizationUnitTreeView

Inheritance
object
OrganizationUnitWithDetailsDto
OrganizationUnitTreeView
Implements
IHasConcurrencyStamp
Inherited Members
OrganizationUnitWithDetailsDto.ParentId
OrganizationUnitWithDetailsDto.Code
OrganizationUnitWithDetailsDto.DisplayName
OrganizationUnitWithDetailsDto.Roles
OrganizationUnitWithDetailsDto.UserCount
OrganizationUnitWithDetailsDto.ConcurrencyStamp
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
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
Type Description
List<OrganizationUnitTreeView>

Collapsed

Declaration
public bool Collapsed { get; set; }
Property Value
Type Description
bool

HasChildren

Declaration
public bool HasChildren { get; }
Property Value
Type Description
bool

Icon

Declaration
public string Icon { get; }
Property Value
Type Description
string

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft