Show / Hide Table of Contents

Class IdenityClaimTypeManager

Inheritance
System.Object
DomainService
IdenityClaimTypeManager
Implements
IDomainService
ITransientDependency
Inherited Members
DomainService.ServiceProvider
DomainService.ServiceProviderLock
DomainService.LazyGetRequiredService<TService>(TService)
DomainService.Clock
DomainService.GuidGenerator
DomainService.LoggerFactory
DomainService.CurrentTenant
DomainService.AsyncExecuter
DomainService.Logger
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdenityClaimTypeManager : DomainService, IDomainService, ITransientDependency

Constructors

IdenityClaimTypeManager(IIdentityClaimTypeRepository)

Declaration
public IdenityClaimTypeManager(IIdentityClaimTypeRepository identityClaimTypeRepository)
Parameters
Type Name Description
IIdentityClaimTypeRepository identityClaimTypeRepository

Properties

IdentityClaimTypeRepository

Declaration
protected IIdentityClaimTypeRepository IdentityClaimTypeRepository { get; }
Property Value
Type Description
IIdentityClaimTypeRepository

Methods

CreateAsync(IdentityClaimType)

Declaration
public virtual Task<IdentityClaimType> CreateAsync(IdentityClaimType claimType)
Parameters
Type Name Description
IdentityClaimType claimType
Returns
Type Description
Task<IdentityClaimType>

UpdateAsync(IdentityClaimType)

Declaration
public virtual Task<IdentityClaimType> UpdateAsync(IdentityClaimType claimType)
Parameters
Type Name Description
IdentityClaimType claimType
Returns
Type Description
Task<IdentityClaimType>

Implements

IDomainService
ITransientDependency

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