Skip to main content
Table of Contents

Interface IMultiTenant

Namespace
Stratara.Abstractions.Entities
Assembly
Stratara.Abstractions.dll

Tenant-owning entity. The Subject (data-owner) tenant id participates in EF Core's global query filter so application code never accidentally reads across tenant boundaries.

public interface IMultiTenant
Extension Methods

Remarks

Unprefixed TenantId always means data-owner / Subject — never Actor.

Properties

TenantId

The Subject (data-owner) tenant id.

Guid TenantId { get; set; }

Property Value

Guid