HierarchyMemberSortingData Class

The data contract class for HierarchyMemberSorting class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsHierarchyMemberSortingData

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

The HierarchyMemberSortingData type exposes the following members.

Constructors
  NameDescription
Public methodHierarchyMemberSortingData
Initializes a new instance of the HierarchyMemberSortingData class.
Top
Properties
  NameDescription
Public propertyCategory
Gets the category for the hierarchy member property used for sorting.
Public propertyDirection
Gets or sets the sorting rules direction.
Public propertyMemberProperty
Gets the member property name used for custom sorting.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also