ITenantsProvider Interface |
Namespace: Dundas.BI.AccountServices.Extensibility
The ITenantsProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsModifySupported |
Gets a value indicating whether the provider supports saving changes.
|
![]() | SupportedQueryOperations | Gets the query operations which are supported by the provider. |
Name | Description | |
---|---|---|
![]() | DeleteRecord |
Deletes a tenant specified by its ID.
|
![]() | GetAllRecords | Gets all records. |
![]() | GetById |
Retrieves a list of tenants having the specified IDs.
|
![]() | GetIdsOfTenantsWhichDrawFromGlobalPool |
Gets the IDs of any tenants which draw the specified seat kind from the global pool.
|
![]() | GetLicenseAllocation |
Gets the combined license allocation for all tenants.
|
![]() | ImportRecord |
Imports a tenant to the underlying storage mechanism.
|
![]() | Query |
Queries for tenant records.
|
![]() | QueryCount |
Queries for the number of tenants matching a filter criteria.
|
![]() | SaveRecord | Saves a tenant. |
![]() | UpdateSpecialGroupIds |
Sets the IDs of the special groups associated with the tenant.
|