CubeDescriptorData Class

Class that represents metadata used in virtual cube.
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 CubeDescriptorData : BaseDataContract

The CubeDescriptorData type exposes the following members.

Constructors
  NameDescription
Public methodCubeDescriptorData
Initializes a new instance of the CubeDescriptorData class.
Top
Properties
  NameDescription
Public propertyCalculatedMembers
Gets the calculated members.
Public propertyCustomDescriptors
Gets the custom descriptors.
Public propertyCustomQuery
Gets the custom query descriptor.
Public propertyDimensions
Gets the OLAP dimensions.
Public propertyKpis
Gets the OLAP KPIs.
Public propertyMeasures
Gets the OLAP measures.
Public propertyNamedSets
Gets the OLAP Named Sets.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
Get the mapping rules from the entity to the data contract.
Public methodStatic memberToEntityMapping
Get the mapping rules from the data contract to the entity.
Top
See Also