Class DomainService
Inheritance
DomainService
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class DomainService : IDomainService, ITransientDependency
Constructors
DomainService()
Declaration
protected DomainService()
Properties
AsyncExecuter
Declaration
protected IAsyncQueryableExecuter AsyncExecuter { get; }
Property Value
Clock
Declaration
protected IClock Clock { get; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
GuidGenerator
Declaration
protected IGuidGenerator GuidGenerator { get; }
Property Value
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
Logger
Declaration
protected ILogger Logger { get; }
Property Value
LoggerFactory
Declaration
protected ILoggerFactory LoggerFactory { get; }
Property Value
ServiceProvider
Declaration
[Obsolete("Use LazyServiceProvider instead.")]
public IServiceProvider ServiceProvider { get; set; }
Property Value
Implements
Extension Methods