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 ITenantDomainOwnershipContributorMethods
Section titled “Methods”RegisterDomainOwnerships(ITenantDomainOwnershipRegistry)
Section titled “ RegisterDomainOwnerships(ITenantDomainOwnershipRegistry)”Registers one or more tenant-domain ownership descriptors with the supplied registry.
void RegisterDomainOwnerships(ITenantDomainOwnershipRegistry domainOwnerships)Parameters
Section titled “Parameters”domainOwnerships ITenantDomainOwnershipRegistry
The registry that collects contributed domain ownership descriptors.