Class CommandArgumentContainer
All possible inputs
Inheritance
System.Object
CommandArgumentContainer
Namespace: Mars.Components.Starter
Assembly: Mars.Components.dll
Syntax
public class CommandArgumentContainer : object
Properties
Help
Indicates that the user requests some help
Declaration
public bool Help { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModelDescription
The model description from outside passed through the framework user
Declaration
public ModelDescription ModelDescription { get; set; }
Property Value
Type | Description |
---|---|
ModelDescription |
SimulationConfig
Declaration
public SimulationConfig SimulationConfig { get; set; }
Property Value
Type | Description |
---|---|
SimulationConfig |
SimulationConfigFile
Bypassed simulation config for all components which need that
Declaration
public string SimulationConfigFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |