AddCustomHierarchyGroupOptions Class

The options class used to add a custom hierarchy group to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddCustomHierarchyGroupOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[DataContractAttribute]
public class AddCustomHierarchyGroupOptions

The AddCustomHierarchyGroupOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddCustomHierarchyGroupOptions
Initializes a new instance of the AddCustomHierarchyGroupOptions class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy.
Public propertyMemberUniqueNames
Gets the member unique names.
Top
See Also