InsertTransformOptions Class

The DTO class for specifying how to insert a transform into a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsInsertTransformOptions

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 InsertTransformOptions

The InsertTransformOptions type exposes the following members.

Constructors
  NameDescription
Public methodInsertTransformOptions
Initializes a new instance of the InsertTransformOptions class
Top
Properties
  NameDescription
Public propertyTransformComponentId
Gets or sets the ID of the transform component to insert.
Public propertyUpstreamTransformId
Gets or sets the ID of the upstream transform.
Top
See Also