Show / Hide Table of Contents

Class TestEditionIds

Inheritance
object
TestEditionIds
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.TestBase.dll
Syntax
public static class TestEditionIds

Properties

Enterprise

Declaration
public static Guid Enterprise { get; }
Property Value
Type Description
Guid

Regular

Declaration
public static Guid Regular { get; }
Property Value
Type Description
Guid

TenantId

Declaration
public static Guid TenantId { get; }
Property Value
Type Description
Guid

Ultimate

Declaration
public static Guid Ultimate { get; }
Property Value
Type Description
Guid
In this article
Back to top Powered by ABP.IO Platform