Open this page in the API Guide

AddHierarchyLevelOptions Class

The options class used for adding a level to a hierarchy.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.AddHierarchyLevelOptions

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 AddHierarchyLevelOptions

The AddHierarchyLevelOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddHierarchyLevelOptions
Initializes a new instance of the AddHierarchyLevelOptions class.
Top
Properties
  NameDescription
Public propertyDefaultColumns
Gets the default columns.
Public propertyLevelIndex
Gets or sets the level index.
Public propertyNativeStructureId
Gets or sets the native structure ID.
Top
See Also