IHierarchyService Interface |
Interface for service providing functionality related to an
IHierarchy object.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface IHierarchyService
Public Interface IHierarchyService
public interface class IHierarchyService
type IHierarchyService = interface end
The IHierarchyService type exposes the following members.
Methods| | Name | Description |
|---|
 | GetHierarchy(Guid) |
Gets the default hierarchy from the specified entity.
|
 | GetHierarchy(Guid, String) |
Gets the hierarchy using the specified parent entity ID and the hierarchy unique name.
|
 | RemoveAttributeHierarchy(Guid, String, String) |
Removes the specified AttributeHierarchy.
|
 | RemoveAttributeHierarchy(Guid, String, String, EntitySaveOptions) |
Removes the specified AttributeHierarchy.
|
 | SetupAttributeHierarchy(Guid, String, String, String) |
Setups an AttributeHierarchy object by linking it to a parent IHierarchy.
|
 | SetupAttributeHierarchy(Guid, String, String, String, EntitySaveOptions) |
Setups an AttributeHierarchy object by linking it to a parent IHierarchy.
|
Top
See Also