Show / Hide Table of Contents

Enum CliService.UpdateChannel

Namespace: Volo.Abp.Cli
Assembly: Volo.Abp.Cli.Core.dll
Syntax
protected enum CliService.UpdateChannel

Fields

Name Description
Development
Nightly
Prerelease
Stable

Extension Methods

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