Class ExecutionPlan
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record ExecutionPlan : IEquatable<ExecutionPlan>
- Inheritance
-
ExecutionPlan
- Implements
-
- Inherited Members
-
Properties
Actions
public List<PlanAction> Actions { get; init; }
Property Value
- List<PlanAction>
CapabilityId
public string? CapabilityId { get; init; }
Property Value
- string
FlowId
public string FlowId { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
RequiredDrivers
public List<string> RequiredDrivers { get; init; }
Property Value
- List<string>
SourceFile
public string? SourceFile { get; init; }
Property Value
- string
Traceability
public TraceabilityInfo? Traceability { get; init; }
Property Value
- TraceabilityInfo