ReplaceAnalysisStructureOptions Class

The DTO class for specifying options to replace a select transform structure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsReplaceAnalysisStructureOptions

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 ReplaceAnalysisStructureOptions

The ReplaceAnalysisStructureOptions type exposes the following members.

Constructors
  NameDescription
Public methodReplaceAnalysisStructureOptions
Initializes a new instance of the ReplaceAnalysisStructureOptions class.
Top
Properties
  NameDescription
Public propertyElementsMap
Gets the elements map.
Public propertyNewStructureId
Gets or sets the new structure ID.
Top
See Also