Click or drag to resize

ObjectGraphUtils.PerformTopologySort Method

Overload List
  NameDescription
Public methodPerformTopologySort(Type, MultiValueDictionary<Type, Type>, HashSet<Type>, List<Type>)
Performs the topology sort for the adjacencylists and the type given. Adds the type to the list passed in which represents the right ordered queue.
Public methodPerformTopologySort<TEntity>(TEntity, Dictionary<Guid, Dictionary<Guid, TEntity>>, Dictionary<Guid, TEntity>, List<TEntity>)
Performs the topology sort for the adjacencylists and the entity given. Adds the entity to the list passed in which represents the right ordered queue.
Top
See Also