Show / Hide Table of Contents

Class ClaimTypeDto

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

Constructors

ClaimTypeDto()

Declaration
public ClaimTypeDto()

Properties

ConcurrencyStamp

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

Description

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

IsStatic

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

Name

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

Regex

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

RegexDescription

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

Required

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

ValueType

Declaration
public IdentityClaimValueType ValueType { get; set; }
Property Value
Type Description
IdentityClaimValueType

ValueTypeAsString

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

Implements

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