Show / Hide Table of Contents

Class TenantContext<TTenant>

This class implements the base tenant context.

Inheritance
System.Object
TenantContext<TTenant>
Implements
ITenantContext<TTenant>
Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public class TenantContext<TTenant> : object, 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
public TTenant Tenant { get; set; }
Property Value
Type Description
TTenant

The tenant.

Implements

ITenantContext<TTenant>

See Also

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