Open this page in the API Guide

ParallelPeriodMeasure Class

Class used to define a parallel period measure, used in comparing time lagged data against a target measure.
Inheritance Hierarchy
System.Object
  Dundas.BI.Entities.MetricSets.DerivedMeasure
    Dundas.BI.Entities.MetricSets.ParallelPeriodMeasure

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class ParallelPeriodMeasure : DerivedMeasure

The ParallelPeriodMeasure type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisStructure
Gets the parent analysis structure.
(Inherited from DerivedMeasure.)
Public propertyCaption
Gets or sets the caption.
(Inherited from DerivedMeasure.)
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from DerivedMeasure.)
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from DerivedMeasure.)
Public propertyDataType
Gets the element data type.
(Overrides DerivedMeasure.DataType.)
Public propertyDefaultAggregator
Gets or sets the default aggregator.
(Overrides DerivedMeasure.DefaultAggregator.)
Public propertyDescription
Gets or sets the description.
(Inherited from DerivedMeasure.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from DerivedMeasure.)
Public propertyFormatInfo
Gets the numeric format for the current instance.
(Inherited from DerivedMeasure.)
Public propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
(Inherited from DerivedMeasure.)
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
(Inherited from DerivedMeasure.)
Public propertyMeasureDependencies
Gets the measure dependencies.
(Overrides DerivedMeasure.MeasureDependencies.)
Public propertyMetricSet
Gets the parent metric set.
(Inherited from DerivedMeasure.)
Public propertyOffsetParameter
Gets the time offset parameter attached to the current instance.
Public propertyParameters
Gets the parameters for the current instance.
(Overrides DerivedMeasure.Parameters.)
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from DerivedMeasure.)
Public propertyReturnAllComparisonData
Gets or sets a value indicating whether all comparison data should be returned. By default this is false, which means that parallel period values for which there are no current coordinates are not returned.
Public propertySupportedAggregators
Gets or sets the supported aggregators.
(Overrides DerivedMeasure.SupportedAggregators.)
Public propertyTargetHierarchy
Gets the target time hierarchy.
Public propertyTargetMeasure
Gets the target measure used in defining the current instance.
Public propertyUniqueName
Gets the object unique name.
(Inherited from DerivedMeasure.)
Top
See Also