IHierarchyService Interface

Interface for service providing functionality related to an IHierarchy object.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IHierarchyService
Methods
  NameDescription
Public methodGetHierarchy(Guid)
Gets the default hierarchy from the specified entity.
Public methodGetHierarchy(Guid, String)
Gets the hierarchy using the specified parent entity ID and the hierarchy unique name.
Public methodRemoveAttributeHierarchy(Guid, String, String)
Removes the specified AttributeHierarchy.
Public methodRemoveAttributeHierarchy(Guid, String, String, EntitySaveOptions)
Removes the specified AttributeHierarchy.
Public methodSetupAttributeHierarchy(Guid, String, String, String)
Setups an AttributeHierarchy object by linking it to a parent IHierarchy.
Public methodSetupAttributeHierarchy(Guid, String, String, String, EntitySaveOptions)
Setups an AttributeHierarchy object by linking it to a parent IHierarchy.
Top
See Also