Class ScenarioSnapshot
Inherited Members
Namespace: Volo.ClientSimulation.Snapshot
Assembly: Volo.ClientSimulation.dll
Syntax
public class ScenarioSnapshot
Constructors
ScenarioSnapshot()
Declaration
public ScenarioSnapshot()
Properties
CurrentStep
Declaration
public ScenarioStepSnapshot CurrentStep { get; set; }
Property Value
Type | Description |
---|---|
ScenarioStepSnapshot |
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
string |
Steps
Declaration
public List<ScenarioStepSnapshot> Steps { get; set; }
Property Value
Type | Description |
---|---|
List<ScenarioStepSnapshot> |