Show / Hide Table of Contents

Class DomainService

Inheritance
System.Object
DomainService
IdenityClaimTypeManager
OrganizationUnitManager
TenantManager
CmsKitDomainServiceBase
ElasticDocumentFullSearch
FileSystemDocumentSource
GithubDocumentSource
GithubPatchAnalyzer
Implements
IDomainService
ITransientDependency
Namespace: Volo.Abp.Domain.Services
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class DomainService : object, IDomainService, ITransientDependency

Constructors

DomainService()

Declaration
protected DomainService()

Fields

ServiceProviderLock

Declaration
protected readonly object ServiceProviderLock
Field Value
Type Description
System.Object

Properties

AsyncExecuter

Declaration
protected IAsyncQueryableExecuter AsyncExecuter { get; }
Property Value
Type Description
IAsyncQueryableExecuter

Clock

Declaration
protected IClock Clock { get; }
Property Value
Type Description
IClock

CurrentTenant

Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type Description
ICurrentTenant

GuidGenerator

Declaration
public IGuidGenerator GuidGenerator { get; set; }
Property Value
Type Description
IGuidGenerator

Logger

Declaration
protected ILogger Logger { get; }
Property Value
Type Description
ILogger

LoggerFactory

Declaration
protected ILoggerFactory LoggerFactory { get; }
Property Value
Type Description
ILoggerFactory

ServiceProvider

Declaration
public IServiceProvider ServiceProvider { get; set; }
Property Value
Type Description
IServiceProvider

Methods

LazyGetRequiredService<TService>(ref TService)

Declaration
protected TService LazyGetRequiredService<TService>(ref TService reference)
Parameters
Type Name Description
TService reference
Returns
Type Description
TService
Type Parameters
Name Description
TService

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