Tenant Class

Represents a tenant in a multi-tenant installation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.MultiTenancyTenant

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public sealed class Tenant

The Tenant type exposes the following members.

Constructors
  NameDescription
Public methodTenant
Initializes a new instance of the Tenant class.
Top
Properties
  NameDescription
Public propertyAccountNamePattern
Gets or sets the account name pattern.
Public propertyAdministratorsGroupId
Gets the ID of the group whose members have administrative privileges for the tenant.
Public propertyCreatedTime
Gets the UTC time the tenant was created.
Public propertyDataConnectorPropertyOverrides
Gets a dictionary containing tenant-specific overrides for data connector properties.
Public propertyId
Gets the ID of the tenant.
Public propertyIsEnabled
Gets or sets a value indicating whether the tenant is enabled.
Public propertyLicenseSeatAllocation
Gets an object specifying the allocation of license seats to the tenant.
Public propertyMembersGroupId
Gets the ID of the group whose members are members of the tenant.
Public propertyName
Gets or sets the name of the tenant.
Public propertyTimeDimensionPropertyOverrides
Gets a dictionary containing tenant-specific overrides for time dimension properties.
Public propertyWarehouseOverrides
Gets the tenant-specific warehouse connection string overrides.
Top
Methods
  NameDescription
Public methodRemoveWarehouseOverride
Removes the warehouse override for the specified scope and scope target.
Public methodSetWarehouseOverride
Sets the warehouse override for the specified scope and scope target.
Top
See Also