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.IsIn<LicenseType>(LicenseType[])
AbpObjectExtensions.IsIn<LicenseType>(IEnumerable<LicenseType>)
AbpObjectExtensions.If<LicenseType>(Boolean, Func<LicenseType, LicenseType>)
AbpObjectExtensions.If<LicenseType>(Boolean, Action<LicenseType>)
Back to top Powered by Volosoft