MeasureData Class

The data contract for IMeasure class to represent a measure.
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 MeasureData : AnalysisElementData

The MeasureData type exposes the following members.

Constructors
 NameDescription
Public methodMeasureData Initializes a new instance of the MeasureData class.
Top
Properties
 NameDescription
Public propertyAnalysisStructureId Gets or sets the ID of the analysis structure.
(Inherited from AnalysisElementData)
Public propertyCaption Gets or sets the caption.
(Inherited from AnalysisElementData)
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 propertyDataType Gets the element data type.
Public propertyDefaultAggregator Gets or sets the default aggregator.
Public propertyDescription Gets or sets the description.
(Inherited from ElementData)
Public propertyEntityId Gets the parent entity ID.
(Inherited from ElementData)
Public propertyFormatInfo Gets the numeric format for the current instance.
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
(Inherited from AnalysisElementData)
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
(Inherited from AnalysisElementData)
Public propertyProperties Gets the various uncategorized properties.
(Inherited from ElementData)
Public propertySupportedAggregators Gets or sets the supported aggregators.
(Inherited from AnalysisElementData)
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 memberToMeasureDataContractMappings The mapping between the business object and the DTO.
Public methodStatic memberToMeasureEntityMapping The mapping from data contract to the business object.
Top
See Also