Table of Contents

Class CustomizingTenantDataIsolationExtensions

Namespace
GroupeIsa.Neos.Shared.MultiTenant
Assembly
GroupeIsa.Neos.Shared.dll

Provides extension methods for registering tenant data isolation customizations in the dependency injection container.

public static class CustomizingTenantDataIsolationExtensions
Inheritance
CustomizingTenantDataIsolationExtensions
Inherited Members

Methods

AddCustomizingTenantDataIsolation<T>(IServiceCollection)

Replaces the ICustomizingTenantDataIsolation service registration with the specified implementation type T.

public static IServiceCollection AddCustomizingTenantDataIsolation<T>(this IServiceCollection services) where T : class, ICustomizingTenantDataIsolation

Parameters

services IServiceCollection

The IServiceCollection to add the service to.

Returns

IServiceCollection

The updated IServiceCollection.

Type Parameters

T

The implementation type of ICustomizingTenantDataIsolation.