TotalsCalculationRuleData Class

The DTO class for TotalsCalculationRule.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTotalsCalculationRuleData

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 TotalsCalculationRuleData : BaseDataContract

The TotalsCalculationRuleData type exposes the following members.

Constructors
  NameDescription
Public methodTotalsCalculationRuleData
Initializes a new instance of the TotalsCalculationRuleData class.
Top
Properties
  NameDescription
Public propertyCalculationAxis
Gets the calculation axis.
Public propertyExpression
Gets the rule expression.
Public propertyIsGrandTotalsOnly
Gets or sets a value indicating whether this instance is only for grand totals calculations.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUseDetailLevels
Gets or sets a value indicating whether the detail levels should be used in calculations.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TotalsCalculationRuleData and TotalsCalculationRule.
Public methodStatic memberToDataContractMappings
The mapping between TotalsCalculationRule and TotalsCalculationRuleData.
Top
See Also