Open this page in the API Guide

GenerateDateMappingOptions Class

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

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 GenerateDateMappingOptions

The GenerateDateMappingOptions type exposes the following members.

Constructors
  NameDescription
Public methodGenerateDateMappingOptions
Initializes a new instance of the GenerateDateMappingOptions class
Top
Properties
  NameDescription
Public propertyExcludedSets
Gets the excluded sets.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy.
Public propertyOlapCubeId
Gets or sets the OLAP Cube ID.
Public propertyStartDate
Gets or sets the start date.
Public propertyTimeProviderId
Gets or sets the dimension ID.
Top
See Also