Open this page in the API Guide

SaveDateMappingOptions Class

Options for adding a date mapping.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Controllers.SaveDateMappingOptions

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 SaveDateMappingOptions

The SaveDateMappingOptions type exposes the following members.

Constructors
  NameDescription
Public methodSaveDateMappingOptions
Initializes a new instance of the SaveDateMappingOptions class
Top
Properties
  NameDescription
Public propertyDateMappingData
Gets or sets the date mapping data.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy.
Public propertyOlapCubeId
Gets or sets the cube ID.
Top
See Also