ITenantProvider

Allows the implementation of tenant providers.

Namespace:
Inetdev.Multitenancy
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

GetTenant

Gets the with the specified tenantName.

Signature:
public TTenant GetTenant(tenantName)
Returns

A tenant model.

Parameters
Name Type Summary
tenantName String The name of the tenant to retrieve.

In this document