Show / Hide Table of Contents

Class OrganizationUnitsManagement.MoveAllUsersViewModel

Inheritance
object
OrganizationUnitsManagement.MoveAllUsersViewModel
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.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class OrganizationUnitsManagement.MoveAllUsersViewModel

Constructors

MoveAllUsersViewModel()

Declaration
public MoveAllUsersViewModel()

Properties

Id

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

Name

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

OtherOrganizationUnits

Declaration
public List<OrganizationUnitWithDetailsDto> OtherOrganizationUnits { get; set; }
Property Value
Type Description
List<OrganizationUnitWithDetailsDto>

TargetOrganizationUnitId

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