AnalysisElementUsageData Class

The DTO class for AnalysisElementUsage.
The DTO class for HierarchyUsage.
The DTO class for MeasureUsage.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsAnalysisElementUsageData

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

The AnalysisElementUsageData type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisElementUsageData
Initializes a new instance of the AnalysisElementUsageData class.
Top
Properties
  NameDescription
Public propertyAggregator
Gets or sets the measure aggregator.
Public propertyAnalysisElement
Gets the parent IAnalysisElement.
Public propertyCaption
Gets or sets the usage element caption.
Public propertyColumnTotalsCalculationRule
Gets the custom calculation rules that replace the standard aggregator when used for column totals.
Public propertyDerivedParameters
Gets the derived parameters, when the underlying measure is a DerivedMeasure.
Public propertyExpression
Gets the script expression, if the usage element is based on a CalculatedMeasure.
Public propertyFormatInfo
Gets the numeric format for the current instance.
Public propertyIsDataCorrectionAllowed
Gets or sets a value indicating whether this instance allows user data correction.
Public propertyIsDisabledForExpandedMembers
Gets or sets a flag that disables the computations for expanded hierarchy members.
Public propertyIsExcludedFromDataExport
Gets or sets a value indicating whether this element is exported in non-image exports.
Public propertyIsHidden
Gets or sets a value indicating whether this instance is hidden. If hidden, the data is still retrieved and used in any computations, but it is not present in the result cellset.
Public propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
Public propertyIsNotVisualized
Gets or sets a value indicating whether this instance is not visualized by default in new visualizations.
Public propertyIsSorted
Gets a value indicating whether this instance is sorted.
Public propertyIsTimeHierarchy
Gets a value indicating whether this instance is a time hierarchy.
Public propertyIsUnknownMemberCaptionBlank
Gets or sets a value indicating whether the unknown member caption is blank or not.
Public propertyLevelParameter
Gets the associated hierarchy level parameter for a column or row hierarchy.
Public propertyMeasureKind
Gets the underlying measure kind.
Public propertyMissingDataRule
Gets the missing data rule.
Public propertyParameter
Gets the associated data parameter.
Public propertyParentEntityId
Gets or sets the parent entity ID.
Public propertyPlacement
Gets the element placement.
Public propertyRetrieveAllMemberOnly
Gets or sets a value indicating whether all of this hierarchy's values should be collapsed into a single All Member when displayed.
Public propertyRetrieveUnknownMembers
Gets or sets a value indicating whether unknown members should be retrieved or not.
Public propertyReturnAllParallelPeriodComparisonData
Gets or sets a value indicating whether all comparison data should be returned. By default this is , which means that parallel period values for which there are no current coordinates are not returned.
Public propertyRowTotalsCalculationRule
Gets the custom calculation rule that replace the standard aggregator when used for row totals.
Public propertyShownTotals
Gets or sets how the totals are displayed for the current instance.
Public propertySortPolicy
Gets the sorting behavior for the hierarchy.
Public propertySourceElement
Gets or sets the element that is the source of the analysis element.
Public propertyTargetHierarchyParameter
Gets the associated dynamic hierarchy parameter, when the underlying hierarchy is a dynamic hierarchy.
Public propertyTargetMeasureParameter
Gets the associated dynamic measure parameter, when the underlying measure is dynamic.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUniqueName
Gets the unique name of the underlying analysis element.
Public propertyUnknownMemberCaption
Gets or sets the override for the unknown member caption.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between AnalysisElementUsageData and AnalysisElementUsage.
Public methodStatic memberToDataContractMappings
The mapping between AnalysisElementUsage and AnalysisElementUsageData.
Top
Extension Methods
  NameDescription
Public Extension MethodSetUIClassName
Sets the name of the analysis element usage UI class.
(Defined by ModelDataExtensions.)
Top
See Also