dundas.data.FormattableHierarchyLevel Class

 

Inheritance Hierarchy

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

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. Inherited from dundas.data.HierarchyLevel.
captionFormat Gets or sets the caption format.
compatibleUniqueName Gets or sets the compatible unique name. This property allows grouping together compatible hierarchy levels across multiple IAnalysisStructures. Inherited from dundas.data.HierarchyLevel.
dataSourceId Gets or sets the data source ID. Inherited from dundas.data.HierarchyLevel.
description Gets or sets the hierarchy description. Inherited from dundas.data.HierarchyLevel.
hierarchyUniqueName Gets or sets the hierarchy unique name. Inherited from dundas.data.HierarchyLevel.
levelDepth Gets or sets the hierarchy level depth. Inherited from dundas.data.HierarchyLevel.
levelType Gets or sets the hierarchy level type. Inherited from dundas.data.HierarchyLevel.
localizedCaptionFormat Gets or sets the localized caption format keyed by culture name.
localizedShortCaptionFormat Gets or sets the localized short caption format keyed by culture name.
memberColumns Gets or sets the member columns. Inherited from dundas.data.HierarchyLevel.
properties Gets the child members non-standard properties. Inherited from dundas.data.HierarchyLevel.
shortCaptionFormat Gets or sets the short caption format.
uniqueName Gets or sets the unique name. Inherited from dundas.data.UniqueName.
unknownMember Gets the unknown member for this level. Inherited from dundas.data.HierarchyLevel.
 
 

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.