Skip to content

Interface ITenantMembershipRegistry

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Collects tenant memberships contributed to the active governance runtime.

public interface ITenantMembershipRegistry

Adds a tenant-membership descriptor to the registry.

void Add(TenantMembershipDescriptor membership)

membership TenantMembershipDescriptor

The membership descriptor to contribute.