Class IdentityRoleDto
Inheritance
IdentityRoleDto
Implements
IHasConcurrencyStamp
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp
Constructors
IdentityRoleDto()
Declaration
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
UserCount
Declaration
public long UserCount { get; set; }
Property Value
Implements
Volo.Abp.Domain.Entities.IHasConcurrencyStamp