Click or drag to resize

AnalysisModelComparison Class

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

Object containing the result of a comparison between two AnalysisModel
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.ComparisonAnalysisModelComparison

Namespace:  ModelExchanger.AnalysisDataModel.Comparison
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class AnalysisModelComparison

The AnalysisModelComparison type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisModelComparison
Top
Properties
  NameDescription
Public propertyDeleted
A list of IDs of IAnalysisObject's objects that have been deleted
Public propertyNew
A list of IDs of IAnalysisObject's that are new
Public propertyUpdated
A list of IDs of IAnalysisObject's objects that have been updated
Top
See Also