Open this page in the API Guide

GenerateHierarchyOptions Class

The options class used for generating a hierarchy.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GenerateHierarchyOptions

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 GenerateHierarchyOptions

The GenerateHierarchyOptions type exposes the following members.

Constructors
  NameDescription
Public methodGenerateHierarchyOptions
Initializes a new instance of the GenerateHierarchyOptions class
Top
Properties
  NameDescription
Public propertyDefaultColumns
Gets the default columns.
Public propertyGuessingMethod
Gets or sets the guessing method.
Public propertyNativeStructureId
Gets or sets the native structure ID.
Public propertyParentId
Gets or sets the parent ID.
Top
See Also