UpdateHierarchyLevelOptions Class

The options class used for updating a hierarchy level.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateHierarchyLevelOptions

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 UpdateHierarchyLevelOptions

The UpdateHierarchyLevelOptions type exposes the following members.

Constructors
  NameDescription
Public methodUpdateHierarchyLevelOptions
Initializes a new instance of the UpdateHierarchyLevelOptions class
Top
Properties
  NameDescription
Public propertyLevel
Gets or sets the level.
Public propertyLevelUniqueName
Gets or sets the unique name of the level.
Top
See Also