Show / Hide Table of Contents

Interface ISimulationResult

This interface contains the columns included in evaluations of simulation results.

Namespace: Quantellia.WMServer.Execution.Model
Assembly: WMServer.dll
Syntax
public interface ISimulationResult

Properties

Info

Optional additional information on the disqualification of this results.

Declaration
string Info { get; set; }
Property Value
Type Description
string

Qualified

Whether this results is qualified or not

Declaration
bool Qualified { get; set; }
Property Value
Type Description
bool

SimIndex

The iteration number of this results

Declaration
int SimIndex { get; set; }
Property Value
Type Description
int

SimulationRunID

The ID of the SimulationRun that generated this results

Declaration
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