Table of Contents

Interface IHaveTenant<TKey>

Namespace
Arbiter.CommandQuery.Definitions
Assembly
Arbiter.CommandQuery.dll

interface indicating implemented type supports multi-tenancy

public interface IHaveTenant<TKey>

Type Parameters

TKey

The type of the key.

Properties

TenantId

Gets or sets the tenant identifier.

TKey TenantId { get; set; }

Property Value

TKey

The tenant identifier.