IMultiTenancyService Methods

The IMultiTenancyService type exposes the following members.

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
See Also