IHierarchyService Methods

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