Class TSTR101290Report
- Namespace
- VisioForge.Core.Types.X.Special
- Assembly
- VisioForge.Core.dll
The ETSI TR 101 290 measurement report, grouping the priority-1, priority-2 and priority-3 checks.
public class TSTR101290ReportInheritance
Inherited Members
Properties
AllOk
Gets a value indicating whether every check passed (no errors in any priority group).
public bool AllOk { get; }Property Value
Checks
Gets the individual TR 101 290 checks across all priority groups.
public List<TSTR101290Check> Checks { get; }Property Value
P1Count
Gets or sets the total error count across all priority-1 checks.
public long P1Count { get; set; }Property Value
P2Count
Gets or sets the total error count across all priority-2 checks.
public long P2Count { get; set; }Property Value
P3Count
Gets or sets the total error count across all priority-3 checks.
public long P3Count { get; set; }Property Value
TotalCount
Gets the total error count across all priority groups.
public long TotalCount { get; }