Show / Hide Table of Contents

Class IdentityClaimType

Inheritance
System.Object
Entity
Entity<Guid>
BasicAggregateRoot<Guid>
AggregateRoot<Guid>
IdentityClaimType
Implements
IAggregateRoot<Guid>
IEntity<Guid>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp
Inherited Members
AggregateRoot<Guid>.ExtraProperties
AggregateRoot<Guid>.ConcurrencyStamp
AggregateRoot<Guid>.Validate(ValidationContext)
BasicAggregateRoot<Guid>.GetLocalEvents()
BasicAggregateRoot<Guid>.GetDistributedEvents()
BasicAggregateRoot<Guid>.ClearLocalEvents()
BasicAggregateRoot<Guid>.ClearDistributedEvents()
BasicAggregateRoot<Guid>.AddLocalEvent(Object)
BasicAggregateRoot<Guid>.AddDistributedEvent(Object)
Entity<Guid>.Id
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity.EntityEquals(IEntity)
Namespace: Volo.Abp.Identity
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, Boolean, Boolean, 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
Type Name Description
Guid id
System.String name
System.Boolean required
System.Boolean isStatic
System.String regex
System.String regexDescription
System.String description
IdentityClaimValueType valueType

Properties

Description

Declaration
public virtual string Description { get; set; }
Property Value
Type Description
System.String

IsStatic

Declaration
public virtual bool IsStatic { get; protected set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public virtual string Name { get; protected set; }
Property Value
Type Description
System.String

Regex

Declaration
public virtual string Regex { get; set; }
Property Value
Type Description
System.String

RegexDescription

Declaration
public virtual string RegexDescription { get; set; }
Property Value
Type Description
System.String

Required

Declaration
public virtual bool Required { get; set; }
Property Value
Type Description
System.Boolean

ValueType

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

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasExtraProperties
IHasConcurrencyStamp

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft