Show / Hide Table of Contents

Interface IApplicationService

This interface must be implemented by all application services to register and identify them by convention.

Namespace: Volo.Abp.Application.Services
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IApplicationService : IRemoteService

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