Skip to content

Interface ITenantDomainOwnershipRegistry

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

Collects tenant-domain ownership descriptors contributed to the active governance runtime.

public interface ITenantDomainOwnershipRegistry

Adds a tenant-domain ownership descriptor to the registry.

void Add(TenantDomainOwnershipDescriptor domainOwnership)

domainOwnership TenantDomainOwnershipDescriptor

The domain ownership descriptor to contribute.