HierarchyUsageSortingData Class

The DTO class for HierarchyUsageSorting.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsHierarchyUsageSortingData

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

The HierarchyUsageSortingData type exposes the following members.

Constructors
  NameDescription
Public methodHierarchyUsageSortingData
Initializes a new instance of the HierarchyUsageSortingData class.
Top
Properties
  NameDescription
Public propertyLevelsSorting
Gets the associated hierarchy levels sorting behavior.
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 HierarchyUsageSortingData and HierarchyUsageSorting.
Public methodStatic memberToDataContractMappings
The mapping between HierarchyUsageSorting and HierarchyUsageSortingData.
Top
See Also