Click or drag to resize

ImportResult Class

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

Defines the result of an import to ADM
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModelImportResult

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

The ImportResult type exposes the following members.

Constructors
  NameDescription
Public methodImportResult
Top
Properties
  NameDescription
Public propertyAnalysisModel
The model that has been imported
Public propertyErrors
Contains all validation results which are errors
Public propertyInfos
Contains all validation results which are informational
Public propertyValidationResults
All the validation results encountered during the import
Public propertyWarnings
Contains all validation results which are warnings
Top
See Also