TestHierarchyPromotionOptions Class

The DTO class for testing the promotion of a data cube implicit hierarchy.
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 TestHierarchyPromotionOptions

The TestHierarchyPromotionOptions type exposes the following members.

Constructors
  NameDescription
Public methodTestHierarchyPromotionOptions
Initializes a new instance of the TestHierarchyPromotionOptions class
Top
Properties
  NameDescription
Public propertyConnectorElementId
Gets or sets the connector element ID associated with the saving analysis element.
Public propertyDataCubeId
Gets or sets the file ID of the data cube.
Public propertyKeyMappings
Gets a collection of hierarchy key element names and corresponding connector element GUID.
Public propertyPromotionHierarchyId
Gets or sets the hierarchy ID at which connector element will be promoted to using.
Public propertyPromotionHierarchyLevelCompatibleUniqueName
Gets or sets the analysis element compatible unique name for implicit hierarchy promotion.
Public propertyPromotionHierarchyLevelUniqueName
Gets or sets the analysis unique name for implicit hierarchy promotion.
Public propertyPromotionHierarchyUniqueName
Gets or sets the hierarchy unique name at which connector element will be promoted to using.
Top
See Also