Class DeleteRoleModal.RoleInfoModel
Inheritance
DeleteRoleModal.RoleInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class DeleteRoleModal.RoleInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
RoleInfoModel()
Declaration
Properties
AssignToRoleId
Declaration
public Guid? AssignToRoleId { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OtherRoles
Declaration
public List<KeyValuePair<Guid, string>> OtherRoles { get; set; }
Property Value
UserCount
Declaration
public long UserCount { get; set; }
Property Value
Implements
Extension Methods