TenantResolverOptions

Options for a tenant resolver middleware.

Namespace:
Inetdev.AspNetCore.Multitenancy
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

TenantResolverOptions

Default constructor

Signature:
public Void TenantResolverOptions()

Properties

NameLocation

Specifies where the tename name is located.

Signature:
public TenantNameLocation NameLocation { get; set; }

Notifications

Notifications.

Signature:
public TenantResolverNotifications<TTenant> Notifications { get; set; }

Provider

Provider used to get a tenant object.

Signature:
public ITenantProvider<TTenant> Provider { get; set; }