Name | Description | |
---|---|---|
init | Initializes the measure member. Called during construction. Inherited from dundas.data.UniqueName. |
Name | Description | |
---|---|---|
aggregator | Gets or sets the aggregator for this measure member. | |
caption | Gets or sets the hierarchy caption. Inherited from dundas.data.HierarchyMember. | |
childItemCount | Gets or sets the child hierarchy member count, when the hierarchy is an ALL member. Inherited from dundas.data.HierarchyMember. | |
compatibleUniqueName | Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple AnalysisStructures. Inherited from dundas.data.HierarchyMember. | |
hierarchy | Gets or sets the hierarchy. This is a calculated property which is set during data retrieval. Inherited from dundas.data.HierarchyMember. | |
hierarchyUniqueName | Gets or sets the hierarchy unique name. Inherited from dundas.data.HierarchyMember. | |
isCollapsed | Gets or sets a value indicating whether this instance is Collapsed. The value is used only when data is retrieved. Inherited from dundas.data.HierarchyMember. | |
isExpanded | Gets or sets a value indicating whether this instance is expanded. The value is used only when data is retrieved. Inherited from dundas.data.HierarchyMember. | |
isScalar | Gets or sets a value indicating whether this is a scalar measure member or not. | |
level | Gets or sets the level. This is a calculated property which is set during data retrieval. Inherited from dundas.data.HierarchyMember. | |
levelCompatibleUniqueName | Gets or sets the level compatible unique name. Inherited from dundas.data.HierarchyMember. | |
levelDepth | Gets or sets the level depth. Inherited from dundas.data.HierarchyMember. | |
levelUniqueName | Gets or sets the level unique name. Inherited from dundas.data.HierarchyMember. | |
memberKind | Gets or sets a value indicating the member kind. Inherited from dundas.data.HierarchyMember. | |
memberNumber | Gets or sets the member number, when the parent hierarchy is a numeric hierarchy. Inherited from dundas.data.HierarchyMember. | |
memberTime | Gets or sets the member time, if available. Inherited from dundas.data.HierarchyMember. | |
parentMember | Gets or sets the parent member name. Inherited from dundas.data.HierarchyMember. | |
parentMemberUniqueName | Gets or sets the parent member unique name. Inherited from dundas.data.HierarchyMember. | |
properties | Gets the child members non-standard properties. Inherited from dundas.data.HierarchyMember. | |
uniqueName | Gets or sets the unique name. Inherited from dundas.data.UniqueName. |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
isRaggedLeaf | Returns a value indicating whether this hierarchy member is a ragged leaf (at any level) or not. Inherited from dundas.data.HierarchyMember. | |
loadMemberValue | Creates or populates a member value from this hierarchy member. Inherited from dundas.data.HierarchyMember. | |
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 unique name. Inherited from dundas.data.UniqueName. |