| IMultiTenancyService Interface | 
Namespace: Dundas.BI.AccountServices.MultiTenancy
 Syntax
SyntaxThe IMultiTenancyService type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsModifySupported | Gets a value indicating whether saving tenant changes is supported. | 
|  | IsMultiTenancyEnabled | Gets a value indicating whether multi-tenancy is enabled. | 
|  | MaxNumberOfTenants | 
            Gets the maximum number of tenants allowed by the license.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeleteTenant | 
            Deletes the tenant with the specified ID.
             | 
|  | GetQuotaUsage | Gets information about the amount of quota the specified tenant has used. | 
|  | GetTenant | Gets the tenant with the specified ID. | 
|  | GetTenantAdministratorsGroupId | 
            Gets the ID of the tenant administrators group for the specified tenant.
             | 
|  | GetTenantInfo(Guid) | Gets minimal information about the tenant with the specified ID. | 
|  | GetTenantInfo(Guid, Boolean) | Gets minimal information about the tenant with the specified ID. | 
|  | GetTenantInfos | 
            Retrieves minimal information about the tenants with the specified IDs.
             | 
|  | GetTenantMembersGroupId | 
            Gets the ID of the tenant members group for the specified tenant.
             | 
|  | GetTenants | 
            Retrieves the tenants with the specified IDs.
             | 
|  | SaveTenant | Saves the tenant. | 
|  | TenantInfoQuery | 
            Gets limited information about the tenants corresponding to query criteria.
             | 
|  | TenantQuery | 
            Gets the tenants corresponding to query criteria.
             | 
|  | TenantQueryCount | Gets the number of tenants corresponding to filter criteria. | 
 Remarks
Remarks See Also
See Also