Open this page in the API Guide

PreviewTransformOptions Class

The DTO class for previewing data from a transform on a DataCube.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.PreviewTransformOptions

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 PreviewTransformOptions

The PreviewTransformOptions type exposes the following members.

Constructors
  NameDescription
Public methodPreviewTransformOptions
Initializes a new instance of the PreviewTransformOptions class.
Top
Properties
  NameDescription
Public propertyPageSequenceSize
Gets or sets the size of the page sequence.
Public propertyPageSequenceStart
Gets or sets the page sequence start.
Public propertyParameterValues
Gets the parameter values.
Public propertyTransformId
Gets or sets the ID of the transform.
Top
See Also