RequestHierarchyOverridesData Class

The data contract class to represent a ClientHierarchyOverrides class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsRequestHierarchyOverridesData

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

The RequestHierarchyOverridesData type exposes the following members.

Constructors
  NameDescription
Public methodRequestHierarchyOverridesData
Initializes a new instance of the RequestHierarchyOverridesData class.
Top
Properties
  NameDescription
Public propertyIsUnknownMemberCaptionBlank
Gets or sets a value indicating whether the unknown member caption is blank or not.
Public propertyLevelSortOverrides
Gets the hierarchy level sorting behavior.
Public propertyRetrieveAllMemberOnly
Gets or sets a value indicating whether all of this hierarchy's values should be collapsed into a single All Member when displayed.
Public propertyRetrieveUnknownMembers
Gets or sets a value indicating whether the unknown members should be retrieved or not.
Public propertyShownTotals
Gets or sets the shown totals for the current instance.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUniqueName
Gets the hierarchy unique name.
Public propertyUnknownMemberCaption
Gets or sets the override for the unknown member caption.
Top
See Also