MoveElementBeforeOptions Class

The options class used to move an element before another element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsMoveElementBeforeOptions

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 MoveElementBeforeOptions

The MoveElementBeforeOptions type exposes the following members.

Constructors
  NameDescription
Public methodMoveElementBeforeOptions
Initializes a new instance of the MoveElementBeforeOptions class
Top
Properties
  NameDescription
Public propertyElementTarget
Gets or sets the unique name of the measure.
Public propertyElementToMove
Gets or sets the name.
Top
See Also