Show / Hide Table of Contents

Class OrganizationUnitTreeNodeModel

Inheritance
object
OrganizationUnitTreeNodeModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class OrganizationUnitTreeNodeModel

Constructors

OrganizationUnitTreeNodeModel()

Declaration
public OrganizationUnitTreeNodeModel()

Properties

Depth

Declaration
public int Depth { get; set; }
Property Value
Type Description
int

Node

Declaration
public IdentityUserModalPageModel.OrganizationTreeNode Node { get; set; }
Property Value
Type Description
IdentityUserModalPageModel.OrganizationTreeNode

OrganizationUnits

Declaration
public IdentityUserModalPageModel.AssignedOrganizationUnitViewModel[] OrganizationUnits { get; set; }
Property Value
Type Description
AssignedOrganizationUnitViewModel[]
In this article
Back to top Powered by Volosoft