RequestOverridesData Class

The data contract class for ClientOverrides class.
Inheritance Hierarchy

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

The RequestOverridesData type exposes the following members.

Constructors
  NameDescription
Public methodRequestOverridesData
Initializes a new instance of the RequestOverridesData class.
Top
Properties
  NameDescription
Public propertyHierarchyOverrides
Gets the client hierarchy overrides.
Public propertyIsResultTransposed
Gets or sets a value indicating whether the result should be transposed.
Public propertyIsTimeMemberSharingEnabled
Gets or sets a value indicating whether hierarchy shared members should be combined or not for the purpose of visualization. The standard example is to combine Week 53 of any given year with Week 01 of the subsequent year.
Public propertyIsTotalsAtBottom
Gets or sets a value indicating whether the shown totals, if any, are placed at the bottom of the result.
Public propertyItemizeTotals
Gets or sets a value indicating whether the shown totals, if any, display the child count.
Public propertyMeasureOverrides
Gets the client measure overrides.
Public propertyShownTotals
Gets or sets the shown totals.
Public propertySortPriorityOverrides
Gets the client sort priority overrides and allows mixing sorting priorities between measures and hierarchies. It also allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities. Measures missing from the list have their sorting canceled, while hierarchies missing from the list are place at the end of their corresponding axis.
Public propertyTopBottomOverrides
Gets or sets the top / bottom request overrides.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between RequestOverridesData and ClientOverrides.
Top
See Also