GenerateHierarchyOptions Class

The options class used for generating a hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGenerateHierarchyOptions

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 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