Show / Hide Table of Contents

Enum ApplicationServiceTypes

Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
[Flags]
public enum ApplicationServiceTypes : byte

Fields

Name Description
All
ApplicationServices
IntegrationServices

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<ApplicationServiceTypes>(ApplicationServiceTypes, bool, Action<ApplicationServiceTypes>)
AbpObjectExtensions.If<ApplicationServiceTypes>(ApplicationServiceTypes, bool, Func<ApplicationServiceTypes, ApplicationServiceTypes>)
AbpObjectExtensions.IsIn<ApplicationServiceTypes>(ApplicationServiceTypes, IEnumerable<ApplicationServiceTypes>)
AbpObjectExtensions.IsIn<ApplicationServiceTypes>(ApplicationServiceTypes, params ApplicationServiceTypes[])
AbpQueryableExtensions.OrderByIf<T, ApplicationServiceTypes>(ApplicationServiceTypes, bool, string)
AbpQueryableExtensions.PageBy<T, ApplicationServiceTypes>(ApplicationServiceTypes, int, int)
AbpQueryableExtensions.WhereIf<T, ApplicationServiceTypes>(ApplicationServiceTypes, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, ApplicationServiceTypes>(ApplicationServiceTypes, bool, Expression<Func<T, int, bool>>)
In this article
Back to top Powered by Volosoft