Click or drag to resize

IAnalysisModelValidatorValidate Method (AnalysisModel)

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

Validate an entire AnalysisModel

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
IDictionary<IAnalysisObject, ValidationResult> Validate(
	AnalysisModel model
)

Parameters

model
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The model to validate

Return Value

Type: IDictionaryIAnalysisObject, ValidationResult
A dictionary containing the objects of the model and their validation result. Value of a key can be NULL, which indicates the object is valid.
See Also