ReplaceStructureOptions Class

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

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 ReplaceStructureOptions

The ReplaceStructureOptions type exposes the following members.

Constructors
  NameDescription
Public methodReplaceStructureOptions
Initializes a new instance of the ReplaceStructureOptions class.
Top
Properties
  NameDescription
Public propertyElementsMap
Gets the elements map.
Public propertyNewStructureId
Gets or sets the new structure ID.
Public propertySelectTransformId
Gets or sets the select transform ID.
Top
See Also