Open this page in the API Guide

ConnectTransformOptions Class

The DTO class for specifying how to connect 2 transforms.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.ConnectTransformOptions

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 ConnectTransformOptions

The ConnectTransformOptions type exposes the following members.

Constructors
  NameDescription
Public methodConnectTransformOptions
Initializes a new instance of the ConnectTransformOptions class
Top
Properties
  NameDescription
Public propertyDataCubeId
Gets or sets the ID of the data cube where the transforms are located.
Public propertyDownstreamTransformId
Gets or sets the ID of the downstream transform.
Public propertyUpstreamTransformId
Gets or sets the ID of the upstream transform.
Top
See Also