AddReplaceHierarchyOptions Class

The options class used to add an element to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddReplaceHierarchyOptions

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 AddReplaceHierarchyOptions

The AddReplaceHierarchyOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddReplaceHierarchyOptions
Initializes a new instance of the AddReplaceHierarchyOptions class
Top
Properties
  NameDescription
Public propertyElementParentId
Gets or sets the element parent identifier.
Public propertyElementUniqueName
Gets or sets the name of the element to add. This may be the name of the hierarchy.
Public propertyHierarchyLevelUniqueName
Gets or sets the name of the hierarchy level unique.
Public propertyHierarchyParentId
Gets or sets the hierarchy parent identifier.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy unique.
Public propertyPlacement
Gets or sets the placement position.
Top
See Also