PreviewTransformOptions Class

The DTO class for previewing data from a transform on a DataCube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsPreviewTransformOptions

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 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