Class SimulationInput
Stores parameters required to configure a simulation input, such as how the input values are selected.
Inherited Members
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> |