AnalysisStructureData Class

The DTO class for IAnalysisStructure.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class AnalysisStructureData : StructureData

The AnalysisStructureData type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisStructureData
Initializes a new instance of the AnalysisStructureData class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the description of the structure.
(Inherited from StructureData.)
Public propertyHierarchies
Gets the hierarchies.
Public propertyId
Gets the parent entity ID.
(Inherited from StructureData.)
Public propertyIsAutoGenerated
Gets a value indicating whether this instance is auto generated.
Public propertyMeasures
Gets the measures.
Public propertyName
Gets the name of the structure.
(Inherited from StructureData.)
Public propertyObjectType
Gets the type of the analysis structure.
Public propertyParameters
Gets the parameters defined for the current instance.
Public propertyQueryHints
Gets the optional query hints the structure may support.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between IAnalysisStructure and AnalysisStructureData.
Top
See Also