AnalysisElementData Class

The DTO class for IAnalysisElement.
Inheritance Hierarchy

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class AnalysisElementData : ElementData

The AnalysisElementData type exposes the following members.

Constructors
 NameDescription
Public methodAnalysisElementData Initializes a new instance of the AnalysisElementData class.
Top
Properties
 NameDescription
Public propertyAnalysisStructureId Gets or sets the ID of the analysis structure.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the potential analysis category for the current instance.
(Inherited from ElementData)
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from ElementData)
Public propertyDescription Gets or sets the description.
(Inherited from ElementData)
Public propertyEntityId Gets the parent entity ID.
(Inherited from ElementData)
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
Public propertyProperties Gets the various uncategorized properties.
(Inherited from ElementData)
Public propertySupportedAggregators Gets or sets the supported aggregators.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUniqueName Gets the object unique name.
(Inherited from UniqueNameData)
Top
Methods
 NameDescription
Public methodStatic memberFromAnalysisElementDataContractMappings The mapping between AnalysisElementData and IAnalysisElement.
Public methodStatic memberToAnalysisElementDataContractMappings The mapping between IAnalysisElement and AnalysisElementData.
Top
See Also