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