Class OrganizationUnitTreeView
Inheritance
OrganizationUnitTreeView
Implements
Inherited Members
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class OrganizationUnitTreeView : OrganizationUnitWithDetailsDto, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete, 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 |