Click or drag to resize

IAnalysisModelComparisonService Interface

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

Service that allows comparison of 2 AnalysisModel's

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 IAnalysisModelComparisonService
Methods
  NameDescription
Public methodCompare(AnalysisModel, AnalysisModel)
Compare an AnalysisModel with another AnalysisModel. Returns lists of IDs of objects that are new, updated or deleted.
Public methodCompare(AnalysisModel, AnalysisModel, Type)
Compare an AnalysisModel with another AnalysisModel and skips the types provided Returns lists of IDs of objects that are new, updated or deleted.
Top
See Also