Class IdentityUserModalPageModel.AssignedOrganizationUnitViewModel
Inheritance
System.Object
IdentityUserModalPageModel.AssignedOrganizationUnitViewModel
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 AssignedOrganizationUnitViewModel
Properties
Code
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
Declaration
[Required]
[HiddenInput]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
IsAssigned
Declaration
[HiddenInput]
public bool IsAssigned { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ParentId
Declaration
[HiddenInput]
public Guid? ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Guid> |