Show / Hide Table of Contents

Enum RuntimePlatform

Namespace: Volo.Abp.Cli.Utils
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public enum RuntimePlatform

Fields

Name Description
LinuxOrMacOs
Windows

Extension Methods

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