Class FlowSummary
- Namespace
- Cress.LivingDocs
- Assembly
- Cress.LivingDocs.dll
public sealed record FlowSummary : IEquatable<FlowSummary>
- Inheritance
-
FlowSummary
- Implements
-
- Inherited Members
-
Constructors
FlowSummary(string, string, string?, string, double, TimeSpan)
public FlowSummary(string Id, string Name, string? Description, string Status, double PassRate, TimeSpan AvgDuration)
Parameters
Id string
Name string
Description string
Status string
PassRate double
AvgDuration TimeSpan
Properties
AvgDuration
public TimeSpan AvgDuration { get; init; }
Property Value
- TimeSpan
Description
public string? Description { get; init; }
Property Value
- string
Id
public string Id { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
PassRate
public double PassRate { get; init; }
Property Value
- double
Status
public string Status { get; init; }
Property Value
- string