HierarchySortingData Class

The data contract class for HierarchySorting class.
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 HierarchySortingData : BaseDataContract

The HierarchySortingData type exposes the following members.

Constructors
  NameDescription
Public methodHierarchySortingData
Initializes a new instance of the HierarchySortingData class.
Top
Properties
  NameDescription
Public propertyHierarchyUniqueName
Gets or sets the unique name of the hierarchy.
Public propertyLevelsSorting
Gets the defined sorting rules for the hierarchy levels.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromEntityToHierarchyLevelMappings
The mapping between the business object and the DTO.
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Top
See Also