Class IdentityRoleWithUserCount
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityRoleWithUserCount
Constructors
IdentityRoleWithUserCount(IdentityRole, long)
Declaration
public IdentityRoleWithUserCount(IdentityRole role, long userCount)
Parameters
Type | Name | Description |
---|---|---|
IdentityRole | role | |
long | userCount |
Properties
Role
Declaration
public IdentityRole Role { get; set; }
Property Value
Type | Description |
---|---|
IdentityRole |
UserCount
Declaration
public long UserCount { get; set; }
Property Value
Type | Description |
---|---|
long |