Class MoveAllUsersModal.RoleInfoModel
Inheritance
MoveAllUsersModal.RoleInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class MoveAllUsersModal.RoleInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
RoleInfoModel()
Declaration
Properties
CurrentRoleId
Declaration
public Guid CurrentRoleId { get; set; }
Property Value
CurrentRoleName
Declaration
public string CurrentRoleName { get; set; }
Property Value
TargetRoleId
Declaration
public Guid? TargetRoleId { get; set; }
Property Value
TargetRoles
Declaration
public List<KeyValuePair<Guid, string>> TargetRoles { get; set; }
Property Value
Implements
Extension Methods