ConnectTransformOptions Class

The DTO class for specifying how to connect 2 transforms.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsConnectTransformOptions

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 ConnectTransformOptions

The ConnectTransformOptions type exposes the following members.

Constructors
 NameDescription
Public methodConnectTransformOptionsInitializes 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