Class UpdateClaimTypeDto
Inheritance
UpdateClaimTypeDto
Implements
IHasConcurrencyStamp
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class UpdateClaimTypeDto : ExtensibleObject, IHasConcurrencyStamp
Constructors
UpdateClaimTypeDto()
Declaration
public UpdateClaimTypeDto()
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Regex
Declaration
public string Regex { get; set; }
Property Value
RegexDescription
Declaration
public string RegexDescription { get; set; }
Property Value
Required
Declaration
public bool Required { get; set; }
Property Value
ValueType
Declaration
public IdentityClaimValueType ValueType { get; set; }
Property Value
Type |
Description |
IdentityClaimValueType |
|
Implements
Volo.Abp.Domain.Entities.IHasConcurrencyStamp