Click or drag to resize

ObjectGraphUtilsPerformTopologySort Method

Overload List
  NameDescription
Public methodPerformTopologySort(Type, MultiValueDictionaryType, Type, HashSetType, ListType)
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 methodPerformTopologySortTEntity(TEntity, DictionaryGuid, DictionaryGuid, TEntity, DictionaryGuid, TEntity, ListTEntity)
Performs the topology sort for the adjacencylists and the entity given. Adds the entity to the ArrayList passed in which represents the right ordered queue.
Top
See Also