Show / Hide Table of Contents

Enum CliService.UpdateChannel

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

Fields

Name Description
Development
Nightly
Prerelease
Stable

Extension Methods

AbpObjectExtensions.IsIn<CliService.UpdateChannel>(CliService.UpdateChannel[])
AbpObjectExtensions.IsIn<CliService.UpdateChannel>(IEnumerable<CliService.UpdateChannel>)
AbpObjectExtensions.If<CliService.UpdateChannel>(Boolean, Func<CliService.UpdateChannel, CliService.UpdateChannel>)
AbpObjectExtensions.If<CliService.UpdateChannel>(Boolean, Action<CliService.UpdateChannel>)
Back to top Powered by Volosoft