dundas.data.RequestHierarchyOverrides Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestHierarchyOverrides
 

Constructors

 
  Name Description
init Initializes the RequestHierarchyOverrides. Called during construction.
 
 

Properties

 
  Name Description
isUnknownMemberCaptionBlank Gets or sets a value indicating whether the unknown member caption is blank or not.
levelSortOverrides Gets or sets the level sort overrides to override with. Set this to null to default to the Metric Set's default.
retrieveAllMemberOnly Gets or sets a value indicating whether all of this hierarchy's values should be collapsed into a single All Member when displayed.
retrieveUnknownMembers Gets or sets whether to retrieve unknown hierarchy members. Set this to null to default to the Metric Set's default.
shownTotals Gets or sets the totals kind for this hierarchy usage override.
uniqueName Gets or sets the unique name of the measure this override is for.
unknownMemberCaption Gets or sets the override for the unknown member caption.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.