dundas.data.HierarchyLevel Class

 

Inheritance Hierarchy

 
Class
   dundas.data.UniqueName
      dundas.data.HierarchyLevel
         dundas.data.FormattableHierarchyLevel
 

Constructors

 
  Name Description
init Initializes the Hierarchy. Called during construction. Inherited from dundas.data.UniqueName.
 
 

Properties

 
  Name Description
caption Gets or sets the hierarchy caption.
compatibleUniqueName Gets or sets the compatible unique name. This property allows grouping together compatible hierarchy levels across multiple IAnalysisStructures.
dataSourceId Gets or sets the data source ID.
description Gets or sets the hierarchy description.
hierarchyUniqueName Gets or sets the hierarchy unique name.
levelDepth Gets or sets the hierarchy level depth.
levelType Gets or sets the hierarchy level type.
memberColumns Gets or sets the member columns.
properties Gets the child members non-standard properties.
uniqueName Gets or sets the unique name. Inherited from dundas.data.UniqueName.
unknownMember Gets the unknown member for this level.
 
 

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.
toString Creates a string representation of this data type. Inherited from dundas.data.UniqueName.