Class ApplicationService
Inheritance
ApplicationService
Assembly: Volo.Abp.Ddd.Application.dll
Syntax
public abstract class ApplicationService : IApplicationService, IRemoteService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency
Constructors
ApplicationService()
Declaration
protected ApplicationService()
Properties
AppliedCrossCuttingConcerns
Declaration
public List<string> AppliedCrossCuttingConcerns { get; }
Property Value
AsyncExecuter
Declaration
protected IAsyncQueryableExecuter AsyncExecuter { get; }
Property Value
AuthorizationService
Declaration
protected IAuthorizationService AuthorizationService { get; }
Property Value
Clock
Declaration
protected IClock Clock { get; }
Property Value
CommonPostfixes
Declaration
public static string[] CommonPostfixes { get; set; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
CurrentUnitOfWork
Declaration
protected IUnitOfWork? CurrentUnitOfWork { get; }
Property Value
CurrentUser
Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
DataFilter
Declaration
protected IDataFilter DataFilter { get; }
Property Value
FeatureChecker
Declaration
protected IFeatureChecker FeatureChecker { get; }
Property Value
GuidGenerator
Declaration
protected IGuidGenerator GuidGenerator { get; }
Property Value
L
Declaration
protected IStringLocalizer L { get; }
Property Value
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
LocalizationResource
Declaration
protected Type? LocalizationResource { get; set; }
Property Value
Logger
Declaration
protected ILogger Logger { get; }
Property Value
LoggerFactory
Declaration
protected ILoggerFactory LoggerFactory { get; }
Property Value
ObjectMapper
Declaration
protected IObjectMapper ObjectMapper { get; }
Property Value
ObjectMapperContext
Declaration
protected Type? ObjectMapperContext { get; set; }
Property Value
ServiceProvider
Declaration
[Obsolete("Use LazyServiceProvider instead.")]
public IServiceProvider ServiceProvider { get; set; }
Property Value
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
StringLocalizerFactory
Declaration
protected IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
UnitOfWorkManager
Declaration
protected IUnitOfWorkManager UnitOfWorkManager { get; }
Property Value
Methods
CheckPolicyAsync(string?)
Declaration
protected virtual Task CheckPolicyAsync(string? policyName)
Parameters
Type |
Name |
Description |
string |
policyName |
|
Returns
CreateLocalizer()
Declaration
protected virtual IStringLocalizer CreateLocalizer()
Returns
Implements
Extension Methods