TenantWarehouseOverrideRemoveData Class

The DTO class for specifying options when removing a tenant warehouse override via the Tenant Controller.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsTenantWarehouseOverrideRemoveData

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

The TenantWarehouseOverrideRemoveData type exposes the following members.

Constructors
 NameDescription
Public methodTenantWarehouseOverrideRemoveData Initializes a new instance of the TenantWarehouseOverrideRemoveData class.
Top
Properties
 NameDescription
Public propertyScope Gets or sets the scope.
Public propertyScopeTarget Gets or sets the scope target.
Top
See Also