Show / Hide Table of Contents

Class OpenDISimulation

Open DI representation of a Quantellia.WMServer.Simulation

Inheritance
object
OpenDIBase
OpenDISimulation
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 OpenDISimulation : OpenDIBase

Constructors

OpenDISimulation(Simulation)

Standard constructor

Declaration
public OpenDISimulation(Simulation sim)
Parameters
Type Name Description
Simulation sim

Properties

DecisionModelID

The ID of the decision model used in this simulation

Declaration
public string DecisionModelID { get; }
Property Value
Type Description
string

ReturnElements

The elements to return for each evaluation

Declaration
public List<string> ReturnElements { get; }
Property Value
Type Description
List<string>

Runs

The runs associated with an simulation in OpenDI format. This must be populated manually.

Declaration
public List<OpenDISimulationRun> Runs { get; }
Property Value
Type Description
List<OpenDISimulationRun>

SimulationParams

The simulation parameters to use in this simulation

Declaration
public SimulationParams SimulationParams { get; }
Property Value
Type Description
SimulationParams

UserData

Optional user defined field

Declaration
public string UserData { 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