Show / Hide Table of Contents

Class MoveAllUsersModal.RoleInfoModel

Inheritance
object
MoveAllUsersModal.RoleInfoModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class MoveAllUsersModal.RoleInfoModel : ExtensibleObject

Constructors

RoleInfoModel()

Declaration
public RoleInfoModel()

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<KeyValuePair<Guid, string>> TargetRoles { get; set; }
Property Value
Type Description
List<KeyValuePair<Guid, string>>
In this article
Back to top Powered by Volosoft