RequestMeasureOverridesData Class

The data contract class to represent a ClientMeasureOverrides class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsRequestMeasureOverridesData

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

The RequestMeasureOverridesData type exposes the following members.

Constructors
 NameDescription
Public methodRequestMeasureOverridesData Initializes a new instance of the RequestMeasureOverridesData class.
Top
Properties
 NameDescription
Public propertyAggregator Gets or sets the measure aggregator override.
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 propertyMissingDataRule Gets the missing data rule.
Public propertySortPolicy Gets the measure sorting directions for various hierarchy levels.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUniqueName Gets the measure unique name.
Top
See Also