AddElementOptions Class

The options class used to add an element to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddElementOptions

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 AddElementOptions

The AddElementOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddElementOptions
Initializes a new instance of the AddElementOptions 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 propertyPlacement
Gets or sets the placement position.
Top
See Also