ObjectGraphUtils.PerformTopologySort Method |
Name | Description | |
---|---|---|
![]() | PerformTopologySort(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.
|
![]() | PerformTopologySort<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.
|