Class BowireRollup
- Namespace
- Kuestenlogik.Bowire.Reporting
- Assembly
- Kuestenlogik.Bowire.dll
The assembled portfolio view (#587).
public sealed class BowireRollup
- Inheritance
-
BowireRollup
- Inherited Members
Constructors
BowireRollup()
public BowireRollup()
Properties
Services
One row per service, sorted by name.
public required IReadOnlyList<BowireServiceReport> Services { get; init; }
Property Value
ServicesAtHigh
Services carrying at least one high-severity signal.
public int ServicesAtHigh { get; }
Property Value
ServicesClean
Services with nothing reportable.
public int ServicesClean { get; }
Property Value
Skipped
Files that were read but not recognised or not parseable.
public required IReadOnlyList<BowireReportSource> Skipped { get; init; }