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 |