Show / Hide Table of Contents

Enum LicenseType

Namespace: Volo.Abp.Cli.Licensing
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public enum LicenseType : byte

Fields

Name Description
Business
Business_Discounted
Enterprise
Enterprise_Discounted
Personal
Personal_Discounted
Team
Team_Discounted

Extension Methods

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