Interface ITenantDomainOwnershipCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Exposes the merged tenant-domain ownership set available to the active governance runtime.
public interface ITenantDomainOwnershipCatalogProperties
Section titled “Properties”DomainOwnerships
Section titled “ DomainOwnerships”Gets the effective domain ownership set after runtime storage, host options, and module contributors have been applied.
IReadOnlyList<TenantDomainOwnershipDescriptor> DomainOwnerships { get; }Property Value
Section titled “Property Value”IReadOnlyList<TenantDomainOwnershipDescriptor>
Methods
Section titled “Methods”GetByDomainName(string)
Section titled “ GetByDomainName(string)”Gets domain ownership descriptors by canonical domain name across all tenants.
IReadOnlyList<TenantDomainOwnershipDescriptor> GetByDomainName(string domainName)Parameters
Section titled “Parameters”domainName string
The domain name to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantDomainOwnershipDescriptor>
The matching domain ownership descriptors.
GetByTenantAndDomain(string, string)
Section titled “ GetByTenantAndDomain(string, string)”Gets domain ownership descriptors by tenant and domain name.
IReadOnlyList<TenantDomainOwnershipDescriptor> GetByTenantAndDomain(string tenantId, string domainName)Parameters
Section titled “Parameters”tenantId string
The tenant identifier to resolve.
domainName string
The domain name to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantDomainOwnershipDescriptor>
The matching domain ownership descriptors.
GetByTenantId(string)
Section titled “ GetByTenantId(string)”Gets domain ownership descriptors for one tenant.
IReadOnlyList<TenantDomainOwnershipDescriptor> GetByTenantId(string tenantId)Parameters
Section titled “Parameters”tenantId string
The tenant identifier to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantDomainOwnershipDescriptor>
The matching domain ownership descriptors.