Class IdentityRoleDto
Inheritance
IdentityRoleDto
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public class IdentityRoleDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, 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
Extension Methods