Show / Hide Table of Contents

Class IdentityRoleDto

Inheritance
object
IdentityRoleDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp

Constructors

IdentityRoleDto()

Declaration
public IdentityRoleDto()

Properties

ConcurrencyStamp

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

IsDefault

Declaration
public bool IsDefault { get; set; }
Property Value
Type Description
bool

IsPublic

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
bool

IsStatic

Declaration
public bool IsStatic { get; set; }
Property Value
Type Description
bool

Name

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

UserCount

Declaration
public long UserCount { get; set; }
Property Value
Type Description
long

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft