Class BreakPointContextStepInfo
- Namespace
- Fluxzy.Core.Breakpoints
- Assembly
- Fluxzy.Core.dll
public class BreakPointContextStepInfo
- Inheritance
-
BreakPointContextStepInfo
- Inherited Members
-
Constructors
BreakPointContextStepInfo(BreakPointLocation, string, BreakPointStatus, IBreakPointAlterationModel?)
public BreakPointContextStepInfo(BreakPointLocation location, string stepName, BreakPointStatus status, IBreakPointAlterationModel? internalAlterationModel)
Parameters
location
BreakPointLocation
stepName
string
status
BreakPointStatus
internalAlterationModel
IBreakPointAlterationModel
Properties
InternalAlterationModel
[JsonIgnore]
public IBreakPointAlterationModel? InternalAlterationModel { get; }
Property Value
- IBreakPointAlterationModel
Location
public BreakPointLocation Location { get; }
Property Value
- BreakPointLocation
LocationIndex
public int LocationIndex { get; }
Property Value
- int
Model
public object? Model { get; }
Property Value
- object
Status
public BreakPointStatus Status { get; }
Property Value
- BreakPointStatus
StepName
public string StepName { get; }
Property Value
- string