Class IdentityClaimType
Inheritance
IdentityClaimType
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentityClaimType : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
IdentityClaimType()
Declaration
protected IdentityClaimType()
IdentityClaimType(Guid, string, bool, bool, string, string, string, IdentityClaimValueType)
Declaration
public IdentityClaimType(Guid id, string name, bool required = false, bool isStatic = false, string regex = null, string regexDescription = null, string description = null, IdentityClaimValueType valueType = IdentityClaimValueType.String)
Parameters
Properties
Description
Declaration
public virtual string Description { get; set; }
Property Value
IsStatic
Declaration
public virtual bool IsStatic { get; protected set; }
Property Value
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
Regex
Declaration
public virtual string Regex { get; set; }
Property Value
RegexDescription
Declaration
public virtual string RegexDescription { get; set; }
Property Value
Required
Declaration
public virtual bool Required { get; set; }
Property Value
ValueType
Declaration
public virtual IdentityClaimValueType ValueType { get; set; }
Property Value
Methods
SetName(string)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
Extension Methods