IMultiTenancyService Interface

Methods for performing operations on tenants.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public interface IMultiTenancyService

The IMultiTenancyService type exposes the following members.

Properties
  NameDescription
Public propertyIsModifySupported
Gets a value indicating whether saving tenant changes is supported.
Public propertyIsMultiTenancyEnabled
Gets a value indicating whether multi-tenancy is enabled.
Public propertyMaxNumberOfTenants
Gets the maximum number of tenants allowed by the license.
Top
Methods
  NameDescription
Public methodDeleteTenant
Deletes the tenant with the specified ID.
Public methodGetTenant
Gets the tenant with the specified ID.
Public methodGetTenantAdministratorsGroupId
Gets the ID of the tenant administrators group for the specified tenant.
Public methodGetTenantInfo(Guid)
Gets minimal information about the tenant with the specified ID.
Public methodGetTenantInfo(Guid, Boolean)
Gets minimal information about the tenant with the specified ID.
Public methodGetTenantInfos
Retrieves minimal information about the tenants with the specified IDs.
Public methodGetTenantMembersGroupId
Gets the ID of the tenant members group for the specified tenant.
Public methodGetTenants
Retrieves the tenants with the specified IDs.
Public methodSaveTenant
Saves the tenant.
Public methodTenantInfoQuery
Gets limited information about the tenants corresponding to query criteria.
Public methodTenantQuery
Gets the tenants corresponding to query criteria.
Public methodTenantQueryCount
Gets the number of tenants corresponding to filter criteria.
Top
Remarks
When the multi-tenancy features are not enabled, all members of this interface will throw NotSupportedException.
See Also