HierarchyCondition Class

The class used for defining metric set state conditions applied to hierarchy member values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsStateCondition
    Dundas.BI.Entities.MetricSetsHierarchyCondition

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 HierarchyCondition : StateCondition

The HierarchyCondition type exposes the following members.

Properties
 NameDescription
Public propertyComparison Gets or sets the comparison operator.
(Inherited from StateCondition)
Public propertyHierarchy Gets the hierarchy usage the comparison is conducted against.
Public propertyParentState Gets the parent state.
(Inherited from StateCondition)
Public propertyTargetMember Gets the target member used for comparison.
Public propertyTargetToken Gets the target token, valid for time based hierarchy conditions.
Top
See Also