Show / Hide Table of Contents

Class RoleManagement.MoveAllUsersViewModel

Inheritance
object
RoleManagement.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 RoleManagement.MoveAllUsersViewModel

Constructors

MoveAllUsersViewModel()

Declaration
public MoveAllUsersViewModel()

Properties

CurrentRoleId

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

CurrentRoleName

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

TargetRoleId

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

TargetRoles

Declaration
public List<IdentityRoleDto> TargetRoles { get; set; }
Property Value
Type Description
List<IdentityRoleDto>
In this article
Back to top Powered by Volosoft