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

IReadOnlyList<BowireServiceReport>

ServicesAtHigh

Services carrying at least one high-severity signal.

public int ServicesAtHigh { get; }

Property Value

int

ServicesClean

Services with nothing reportable.

public int ServicesClean { get; }

Property Value

int

Skipped

Files that were read but not recognised or not parseable.

public required IReadOnlyList<BowireReportSource> Skipped { get; init; }

Property Value

IReadOnlyList<BowireReportSource>