Class OrganizationUnitTreeNodeModel
Inheritance
System.Object
OrganizationUnitTreeNodeModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class OrganizationUnitTreeNodeModel
Properties
Depth
Declaration
public int Depth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
|---|---|
| IdentityUserModalPageModel.AssignedOrganizationUnitViewModel[] |