Class WithoutTenantDataIsolationCustomization
- Namespace
- GroupeIsa.Neos.Shared.MultiTenant
- Assembly
- GroupeIsa.Neos.Shared.dll
Implementation of ICustomizingTenantDataIsolation that does not apply any tenant data isolation customization.
public class WithoutTenantDataIsolationCustomization : ICustomizingTenantDataIsolation
- Inheritance
-
WithoutTenantDataIsolationCustomization
- Implements
- Inherited Members
Properties
NewQueryFilter
Gets a new query filter expression for tenant data isolation. Should return an expression that filters data based on the tenant identifier or null if no customization is needed.
public Expression<Func<string, bool>>? NewQueryFilter { get; }
Property Value
- Expression<Func<string, bool>>