Show / Hide Table of Contents

Class SimulationInput

Stores parameters required to configure a simulation input, such as how the input values are selected.

Inheritance
object
SimulationInput
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 SimulationInput

Properties

Selector

String identifying which value selector will be used.

Declaration
public string Selector { get; set; }
Property Value
Type Description
string

SelectorParams

Parameters that control the creation of values for this input. These are specific to the chosen Selector.

Declaration
public Dictionary<string, object> SelectorParams { get; set; }
Property Value
Type Description
Dictionary<string, object>
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