Show / Hide Table of Contents

Class IdentityUserModalPageModel.AssignedOrganizationUnitViewModel

Inheritance
object
IdentityUserModalPageModel.AssignedOrganizationUnitViewModel
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 IdentityUserModalPageModel.AssignedOrganizationUnitViewModel

Constructors

AssignedOrganizationUnitViewModel()

Declaration
public AssignedOrganizationUnitViewModel()

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[Required]
[HiddenInput]
public string DisplayName { get; set; }
Property Value
Type Description
string

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
Guid

IsAssigned

Declaration
[HiddenInput]
public bool IsAssigned { get; set; }
Property Value
Type Description
bool

ParentId

Declaration
[HiddenInput]
public Guid? ParentId { get; set; }
Property Value
Type Description
Guid?
In this article
Back to top Powered by Volosoft