Show / Hide Table of Contents

Class OpenDISimulationRun

Open DI representation of an SimulationRun

Inheritance
object
OpenDIBase
OpenDISimulationRun
Inherited Members
OpenDIBase.openDIVersion
OpenDIBase.FQNSeparator
OpenDIBase.id
OpenDIBase.name
OpenDIBase.summary
OpenDIBase.documentation
OpenDIBase.documentationMIMEType
OpenDIBase.properties
OpenDIBase.GetWMType(string)
OpenDIBase.GetOpenDIType(Type)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.OpenDI
Assembly: WMServer.dll
Syntax
public class OpenDISimulationRun : OpenDIBase

Constructors

OpenDISimulationRun(SimulationRun)

Standard constructor

Declaration
public OpenDISimulationRun(SimulationRun sim_run)
Parameters
Type Name Description
SimulationRun sim_run

Properties

createdDate

The date/time at which the simulation was run.

Declaration
public DateTime createdDate { get; set; }
Property Value
Type Description
DateTime

results

The results of a simulation run.

Declaration
public List<OpenDIResult> results { get; }
Property Value
Type Description
List<OpenDIResult>

simulationID

The ID of the simulation this run is under

Declaration
public string simulationID { get; }
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