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 (26.2.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 propertyAccountNamePatternGets or sets the value corresponding to AccountNamePattern.
Public propertyAdministratorsGroupIdGets or sets the value corresponding to AdministratorsGroupId.
Public propertyBrandingSettingOverridesGets or sets the value corresponding to Tenant.BrandingSettingOverrides.
Public propertyCreatedTimeGets or sets the value corresponding to CreatedTime.
Public propertyDataConnectorPropertyOverridesGets or sets the value corresponding to DataConnectorPropertyOverrides.
Public propertyEmailReplyToAddressGets or sets the value corresponding to EmailReplyToAddress.
Public propertyEmailSenderDisplayNameGets or sets the value corresponding to EmailSenderDisplayName.
Public propertyExpiryDateGets or sets the value corresponding to ExpiryDate.
Public propertyExternalApplicationUriOverrideGets or sets the value corresponding to ExternalApplicationUriOverride.
Public propertyIdGets or sets the value corresponding to Id.
Public propertyIsEnabledGets or sets the value corresponding to IsEnabled.
Public propertyIsNewToTargetGets a value indicating whether this tenant is new to target when imported.
Public propertyLicenseSeatAllocationGets or sets the value corresponding to LicenseSeatAllocation.
Public propertyMembersGroupIdGets or sets the value corresponding to MembersGroupId.
Public propertyNameGets or sets the value corresponding to Name.
Public propertyQuotasGets or sets the value corresponding to Quotas.
Public propertyTimeDimensionPropertyOverridesGets or sets the value corresponding to TimeDimensionPropertyOverrides.
Public propertyWarehouseOverridesGets or sets the value corresponding to WarehouseOverrides.
Top
See Also