Click or drag to resize

ResultsAnalysisModel Class

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

Object that keeps track of result objects in an AnalysisModel
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.ModelsResultsAnalysisModel

Namespace:  ModelExchanger.AnalysisDataModel.Models
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class ResultsAnalysisModel : IAnalysisModel<IResultAnalysisObject>, 
	IReadOnlyCollection<IResultAnalysisObject>, IEnumerable<IResultAnalysisObject>, IEnumerable

The ResultsAnalysisModel type exposes the following members.

Constructors
  NameDescription
Public methodResultsAnalysisModel
Top
Properties
  NameDescription
Public propertyCount
Returns the amount of objects currently added to the model
Top
Methods
  NameDescription
Public methodGetEnumerator
Retrieves the enumerator which allows you to iterate over all objects currently added to the model.
Top
Extension Methods
See Also