ReplaceElementOptions Class

The options class used to replace an element on the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsReplaceElementOptions

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 ReplaceElementOptions

The ReplaceElementOptions type exposes the following members.

Constructors
  NameDescription
Public methodReplaceElementOptions
Initializes a new instance of the ReplaceElementOptions class
Top
Properties
  NameDescription
Public propertyElementUniqueName
Gets or sets the name of the element to add. This may be the name of the hierarchy.
Public propertyHierarchyLevelUniqueName
Gets or sets the hierarchy level unique name (optional). If specified, then the level is added.
Public propertyParentId
Gets or sets the ID of the element parent.
Public propertyReplaceElementUniqueName
Gets or sets the name of the element to replace.
Top
See Also