Name | Description | |
---|---|---|
init | Initializes the AnalysisElement. Called during construction. |
Name | Description | |
---|---|---|
analysisStructureId | Gets or sets the parent analysis structure ID (if there is one). | |
caption | Gets or sets the caption. | |
category | Gets or sets the element type. Inherited from dundas.data.Element. | |
containers | Gets or sets the containers for this element. Inherited from dundas.data.Element. | |
description | Gets or sets the description. Inherited from dundas.data.Element. | |
entityId | Gets or sets ID of the parent entity. Inherited from dundas.data.Element. | |
isHierarchy | Gets or sets a value indicating whether this is a hierarchy or not. | |
isMeasure | Gets or sets a value indicating whether this is a measure or not. | |
properties | Gets or sets the data properties. Inherited from dundas.data.Element. | |
supportedAggregators | Gets or sets the supported aggregators. | |
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. | |
isPrimaryKey | Returns a value indicating whether this element is a primary key in the source or not. Inherited from dundas.data.Element. | |
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 element. |