Show / Hide Table of Contents

Interface ITenantContext<TTenant>

This interface defines the minimum tenant context implementation.

Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public interface ITenantContext<TTenant>
    where TTenant : class, ITenant
Type Parameters
Name Description
TTenant

The type of the tenant.

Properties

| Improve this Doc View Source

Tenant

Gets or sets the tenant.

Declaration
TTenant Tenant { get; set; }
Property Value
Type Description
TTenant

The tenant.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) Talegen, LLC. All rights reserved.