AddSelectTransformOptions Class

The DTO class for specifying how to add a select transform to a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddSelectTransformOptions

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

The AddSelectTransformOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddSelectTransformOptions
Initializes a new instance of the AddSelectTransformOptions class.
Top
Properties
  NameDescription
Public propertyDataCubeId
Gets or sets the ID of the data cube.
Public propertyNativeObjectId
Gets or sets the ID of the native object to generate a selection transform from.
Public propertyPlaceholders
Gets the list of placeholders which are used in the query.
Public propertyProviderId
Gets or sets the ID of the provider to generate a manual selection transform from.
Public propertyQuery
Gets or sets the query to be sent to the provider to generate a manual selection transform from.
Top
See Also