TenantData Class

Used to pass data between the application and an ITenantsProvider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.ExtensibilityTenantData

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute(Namespace = "")]
public class TenantData

The TenantData type exposes the following members.

Constructors
  NameDescription
Public methodTenantData
Initializes a new instance of the TenantData class.
Top
Properties
  NameDescription
Public propertyAccountNamePattern
Gets or sets the value corresponding to AccountNamePattern.
Public propertyAdministratorsGroupId
Gets or sets the value corresponding to AdministratorsGroupId.
Public propertyBrandingSettingOverrides
Gets or sets the value corresponding to Tenant.BrandingSettingOverrides.
Public propertyCreatedTime
Gets or sets the value corresponding to CreatedTime.
Public propertyDataConnectorPropertyOverrides
Gets or sets the value corresponding to DataConnectorPropertyOverrides.
Public propertyDataDiscoveryId
Gets or sets the value corresponding to DataDiscoveryId.
Public propertyExternalApplicationUriOverride
Gets or sets the value corresponding to ExternalApplicationUriOverride.
Public propertyId
Gets or sets the value corresponding to Id.
Public propertyIsEnabled
Gets or sets the value corresponding to IsEnabled.
Public propertyIsNewToTarget
Gets a value indicating whether this tenant is new to target when imported.
Public propertyLicenseSeatAllocation
Gets or sets the value corresponding to LicenseSeatAllocation.
Public propertyMembersGroupId
Gets or sets the value corresponding to MembersGroupId.
Public propertyName
Gets or sets the value corresponding to Name.
Public propertyQuotas
Gets or sets the value corresponding to Quotas.
Public propertyTimeDimensionPropertyOverrides
Gets or sets the value corresponding to TimeDimensionPropertyOverrides.
Public propertyWarehouseOverrides
Gets or sets the value corresponding to WarehouseOverrides.
Top
See Also