Open this page in the API Guide

PreviewDateMappingOptions Class

Options for previewing a date mapping.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Controllers.PreviewDateMappingOptions

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class PreviewDateMappingOptions

The PreviewDateMappingOptions type exposes the following members.

Constructors
  NameDescription
Public methodPreviewDateMappingOptions
Initializes a new instance of the PreviewDateMappingOptions class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the number or rows.
Public propertyCubeId
Gets or sets the OLAP Cube ID.
Public propertyDateMappingData
Gets or sets the date mapping data.
Public propertyHierarchyUniqueName
Gets or sets the Hierarchy unique name.
Public propertyLevelUniqueName
Gets or sets the level unique name.
Public propertyStart
Gets or sets the start row.
Top
See Also