ConfigureAttributeHierarchiesOptions Class

The options class used for configuring an attribute hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsConfigureAttributeHierarchiesOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ConfigureAttributeHierarchiesOptions

The ConfigureAttributeHierarchiesOptions type exposes the following members.

Constructors
 NameDescription
Public methodConfigureAttributeHierarchiesOptions Initializes a new instance of the ConfigureAttributeHierarchiesOptions class.
Top
Properties
 NameDescription
Public propertyAddedAttributes Gets the list of attributes to add.
Public propertyHierarchyLevelUniqueName Gets or sets the hierarchy level's unique name.
Public propertyHierarchyUniqueName Gets or sets the hierarchies unique name.
Public propertyRemovedAttributes Gets the list of attributes to remove.
Top
See Also