Class ScenarioLoadingParameters
Inheritance
ScenarioLoadingParameters
Assembly: Xareus.Scenarios.dll
Syntax
public class ScenarioLoadingParameters : ICloneable
Constructors
ScenarioLoadingParameters()
Declaration
public ScenarioLoadingParameters()
Properties
IgnoreMissingReferences
Declaration
public bool IgnoreMissingReferences { get; set; }
Property Value
InitializeScenarioContext
Declaration
public bool InitializeScenarioContext { get; set; }
Property Value
InitializeTokens
Declaration
public bool InitializeTokens { get; set; }
Property Value
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
LabelPrefix
Declaration
public string LabelPrefix { get; set; }
Property Value
Recursive
When true, loads the external scenarios referenced in this scenario
Declaration
public bool Recursive { get; set; }
Property Value
SilentLoad
When true, prevents the ScenarioLoadedEvent event from being fired when the scenario is loaded and prevents the scenario from being registered in LoadedScenarios
Declaration
public bool SilentLoad { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
Returns
Type |
Description |
object |
A new object that is a copy of this instance.
|
Implements