HierarchyLevelSortingData Class

The data contract class for HierarchyLevelSorting class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsHierarchyLevelSortingData

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

The HierarchyLevelSortingData type exposes the following members.

Constructors
  NameDescription
Public methodHierarchyLevelSortingData
Initializes a new instance of the HierarchyLevelSortingData class.
Top
Properties
  NameDescription
Public propertyBottomOverrides
Gets the rule bottom overrides, if any.
Public propertyCategory
Gets the category for the hierarchy member property used for sorting.
Public propertyDirection
Gets or sets the sorting rules direction.
Public propertyHasBottomOverrides
Gets a value indicating whether this instance has sorting overrides.
Public propertyHasTopOverrides
Gets a value indicating whether this instance has sorting overrides.
Public propertyHierarchyLevelUniqueName
Gets or sets the unique name of the hierarchy level.
Public propertyMemberProperty
Gets the member property name used for custom sorting.
Public propertyTopOverrides
Gets the rule top overrides, if any.
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 the business object and the DTO.
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Top
See Also