Class NormalizedFlow
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record NormalizedFlow : IEquatable<NormalizedFlow>
- Inheritance
-
NormalizedFlow
- Implements
-
- Inherited Members
-
Properties
Actions
public List<NormalizedExecutable> Actions { get; init; }
Property Value
- List<NormalizedExecutable>
CapabilityId
public string? CapabilityId { get; init; }
Property Value
- string
Expectations
public List<NormalizedExecutable> Expectations { get; init; }
Property Value
- List<NormalizedExecutable>
Fixtures
public List<NormalizedFixture> Fixtures { get; init; }
Property Value
- List<NormalizedFixture>
FlowId
public string FlowId { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
Personas
public Dictionary<string, string> Personas { get; init; }
Property Value
- Dictionary<string, string>
SourceFile
public string? SourceFile { get; init; }
Property Value
- string
Status
public string? Status { get; init; }
Property Value
- string
Summary
public string? Summary { get; init; }
Property Value
- string
public List<string> Tags { get; init; }
Property Value
- List<string>
Traceability
public TraceabilityInfo? Traceability { get; init; }
Property Value
- TraceabilityInfo
Version
public int Version { get; init; }
Property Value
- int