HierarchyLevelSortingData Class |
Namespace: Dundas.BI.WebApi.Models
The HierarchyLevelSortingData type exposes the following members.
| Name | Description | |
|---|---|---|
| HierarchyLevelSortingData |
Initializes a new instance of the HierarchyLevelSortingData class.
|
| Name | Description | |
|---|---|---|
| BottomOverrides |
Gets the rule bottom overrides, if any.
| |
| Category |
Gets the category for the hierarchy member property used for sorting.
| |
| Direction |
Gets or sets the sorting rules direction.
| |
| HasBottomOverrides |
Gets a value indicating whether this instance has sorting overrides.
| |
| HasTopOverrides |
Gets a value indicating whether this instance has sorting overrides.
| |
| HierarchyLevelUniqueName |
Gets or sets the unique name of the hierarchy level.
| |
| MemberProperty |
Gets the member property name used for custom sorting.
| |
| TopOverrides |
Gets the rule top overrides, if any.
| |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
| Name | Description | |
|---|---|---|
| FromDataContractMappings |
The mapping between the business object and the DTO.
| |
| ToDataContractMappings |
The mapping between the business object and the DTO.
|