Show / Hide Table of Contents

Class TenantCacheItem

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

Constructors

TenantCacheItem()

Declaration
public TenantCacheItem()

TenantCacheItem(TenantConfiguration)

Declaration
public TenantCacheItem(TenantConfiguration value)
Parameters
Type Name Description
TenantConfiguration value

Properties

Value

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

Methods

CalculateCacheKey(Guid?, string)

Declaration
public static string CalculateCacheKey(Guid? id, string name)
Parameters
Type Name Description
Guid? id
string name
Returns
Type Description
string
In this article
Back to top Powered by Volosoft