MeasureSortingByHierarchyLevelData Class

The DTO class for MeasureSortingByHierarchyLevel.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMeasureSortingByHierarchyLevelData

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

The MeasureSortingByHierarchyLevelData type exposes the following members.

Constructors
  NameDescription
Public methodMeasureSortingByHierarchyLevelData
Initializes a new instance of the MeasureSortingByHierarchyLevelData class.
Top
Properties
  NameDescription
Public propertyDirection
Gets or sets the direction.
Public propertyHierarchyLevelUniqueName
Gets or sets the name of the hierarchy level unique.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy unique.
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 MeasureSortingByHierarchyLevel and MeasureSortingByHierarchyLevelData.
Top
See Also