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 SourceTenant
Gets or sets the tenant.
Declaration
public TTenant Tenant { get; set; }
Property Value
Type | Description |
---|---|
TTenant | The tenant. |
Implements
See Also
ITenantContext<TTenant>