Class ScenarioSnapshot
Inheritance
System.Object
ScenarioSnapshot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.ClientSimulation.Snapshot
Assembly: Volo.ClientSimulation.dll
Syntax
[Serializable]
public class 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 |
|---|---|
| System.String |
Steps
Declaration
public List<ScenarioStepSnapshot> Steps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ScenarioStepSnapshot> |