Show / Hide Table of Contents

Class SimulationResult

Stores the set of results obtained during a SimulationRun

Inheritance
object
SimulationResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class SimulationResult

Constructors

SimulationResult()

Create an empty SimulationResult instance.

Declaration
public SimulationResult()

SimulationResult(string, IEnumerable<EvaluationResult>)

Initialize a new SimulationResult instance.

Declaration
public SimulationResult(string simulationRunId, IEnumerable<EvaluationResult> results)
Parameters
Type Name Description
string simulationRunId
IEnumerable<EvaluationResult> results

Properties

Results

List of results obtained during the simulation.

Declaration
public List<EvaluationResult> Results { get; set; }
Property Value
Type Description
List<EvaluationResult>

SimulationRunID

ID of the Simulation that owns this SimulationResult.

Declaration
public string SimulationRunID { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE