Class IdentityClaimTypeEto
Inheritance
IdentityClaimTypeEto
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentityClaimTypeEto
Constructors
IdentityClaimTypeEto()
Declaration
public IdentityClaimTypeEto()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Name
Declaration
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
Extension Methods