Class ScenarioStepSummarySnapshot
Inheritance
System.Object
ScenarioStepSummarySnapshot
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 ScenarioStepSummarySnapshot
Properties
AvgExecutionDuration
Declaration
public double AvgExecutionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExecutionCount
Declaration
public int ExecutionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
FailCount
Declaration
public int FailCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxExecutionDuration
Declaration
public double MaxExecutionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MinExecutionDuration
Declaration
public double MinExecutionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SuccessCount
Declaration
public int SuccessCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TotalExecutionDuration
Declaration
public double TotalExecutionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |