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 ITenantDomainOwnershipRegistryMethods
Section titled “Methods”Add(TenantDomainOwnershipDescriptor)
Section titled “ Add(TenantDomainOwnershipDescriptor)”Adds a tenant-domain ownership descriptor to the registry.
void Add(TenantDomainOwnershipDescriptor domainOwnership)Parameters
Section titled “Parameters”domainOwnership TenantDomainOwnershipDescriptor
The domain ownership descriptor to contribute.