Show / Hide Table of Contents

Interface IMultitenantEntity

Represents an entity in a multi-tenant system.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IMultitenantEntity

Properties

TenantId

Gets or sets the identity of the tenant that this entity belongs to.

Declaration
Guid TenantId { get; set; }
Property Value
System.Guid

Back to top Generated by DocFX