HierarchyPlaceholder Class

Class used to define a HierarchyUsage placeholder used in MeasureExpression.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataExpressionPlaceholder
    Dundas.BI.Entities.MetricSetsHierarchyPlaceholder

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class HierarchyPlaceholder : ExpressionPlaceholder

The HierarchyPlaceholder type exposes the following members.

Properties
 NameDescription
Public propertyCaption Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules.
(Inherited from ExpressionPlaceholder)
Public propertyExpression Gets the parent expression.
(Inherited from ExpressionPlaceholder)
Public propertyHierarchy Gets the hierarchy usage element.
Public propertyId Gets the parsed placeholder ID.
(Inherited from ExpressionPlaceholder)
Top
See Also