Show / Hide Table of Contents

Enum ServiceType

Namespace: Volo.Abp.Cli.ServiceProxying
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public enum ServiceType : byte

Fields

Name Description
All
Application
Integration

Extension Methods

AbpObjectExtensions.If<ServiceType>(ServiceType, bool, Action<ServiceType>)
AbpObjectExtensions.If<ServiceType>(ServiceType, bool, Func<ServiceType, ServiceType>)
AbpObjectExtensions.IsIn<ServiceType>(ServiceType, IEnumerable<ServiceType>)
AbpObjectExtensions.IsIn<ServiceType>(ServiceType, params ServiceType[])
AbpQueryableExtensions.OrderByIf<T, ServiceType>(ServiceType, bool, string)
AbpQueryableExtensions.PageBy<T, ServiceType>(ServiceType, int, int)
AbpQueryableExtensions.WhereIf<T, ServiceType>(ServiceType, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, ServiceType>(ServiceType, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, ServiceType>(ServiceType, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, ServiceType>(ServiceType, bool, int?)
In this article
Back to top Powered by ABP.IO Platform