IHierarchyService Interface |
Namespace: Dundas.BI.Data.Metadata
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.
|