Skip to content

Interface ITenantMembershipContributor

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

Allows a module to contribute tenant memberships into the active governance runtime.

public interface ITenantMembershipContributor

RegisterMemberships(ITenantMembershipRegistry)

Section titled “ RegisterMemberships(ITenantMembershipRegistry)”

Registers one or more tenant memberships with the supplied registry.

void RegisterMemberships(ITenantMembershipRegistry memberships)

memberships ITenantMembershipRegistry

The registry that collects contributed memberships.