Show / Hide Table of Contents

Class DeleteRoleModal.RoleInfoModel

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

Constructors

RoleInfoModel()

Declaration
public RoleInfoModel()

Properties

AssignToRoleId

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

Id

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

Name

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

OtherRoles

Declaration
public List<KeyValuePair<Guid, string>> OtherRoles { get; set; }
Property Value
Type Description
List<KeyValuePair<Guid, string>>

UserCount

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