Show / Hide Table of Contents

Class EditionWithTenantCount

Inheritance
object
EditionWithTenantCount
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Editions
Assembly: Volo.Saas.Domain.dll
Syntax
public class EditionWithTenantCount

Constructors

EditionWithTenantCount()

Declaration
public EditionWithTenantCount()

Properties

Edition

Declaration
public Edition Edition { get; set; }
Property Value
Type Description
Edition

TenantCount

Declaration
public long TenantCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Powered by Volosoft