Open this page in the API Guide

TenantWarehouseOverrideData Class

The DTO class for specifying options when setting a tenant warehouse override via the Tenant Controller.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.TenantWarehouseOverrideData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class TenantWarehouseOverrideData

The TenantWarehouseOverrideData type exposes the following members.

Constructors
  NameDescription
Public methodTenantWarehouseOverrideData
Initializes a new instance of the TenantWarehouseOverrideData class.
Top
Properties
  NameDescription
Public propertyConnectionString
Gets or sets the connection string.
Public propertyPassword
Gets or sets the connection string password.
Public propertyScope
Gets or sets the scope.
Public propertyScopeTarget
Gets or sets the scope target.
Top
See Also