AddHierarchyLevelOptions Class

The options class used for adding a level to a hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddHierarchyLevelOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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