MeasureSortingData Class

The DTO class for MeasureSorting.
Inheritance Hierarchy

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

The MeasureSortingData type exposes the following members.

Constructors
  NameDescription
Public methodMeasureSortingData
Initializes a new instance of the MeasureSortingData class.
Top
Properties
  NameDescription
Public propertyDirections
Gets the measure sorting definitions for all the hierarchy levels for which rules have been set.
Public propertyOppositeAxisMembers
Gets the opposite axis members, when setting measure sorting for a metric set with both column and row hierarchies.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between MeasureSortingData and MeasureSorting.
Public methodStatic memberToDataContractMappings
The mapping between MeasureSorting and MeasureSortingData.
Top
See Also