Skip to content

Interface ITenantDomainOwnershipContributor

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

Allows a module to contribute tenant-domain ownership descriptors into the active governance runtime.

public interface ITenantDomainOwnershipContributor

RegisterDomainOwnerships(ITenantDomainOwnershipRegistry)

Section titled “ RegisterDomainOwnerships(ITenantDomainOwnershipRegistry)”

Registers one or more tenant-domain ownership descriptors with the supplied registry.

void RegisterDomainOwnerships(ITenantDomainOwnershipRegistry domainOwnerships)

domainOwnerships ITenantDomainOwnershipRegistry

The registry that collects contributed domain ownership descriptors.