Click or drag to resize

IAnalysisModelReferenceSorter Interface

[This is preliminary documentation and is subject to change.]

Service for sorting a list of IAnalysisObject based on their dependencies on other objects.

Objects with the least amount of dependencies will appear at the top of the list

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IAnalysisModelReferenceSorter

The IAnalysisModelReferenceSorter type exposes the following members.

Methods
  NameDescription
Public methodSort
Sort the provided list of objects, based on their dependency score. Items with the least amount of dependencies will appear at the top of the list.
Top
See Also