Table of Contents

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 TSTR101290Report

Inheritance

Inherited Members

Properties

AllOk

Gets a value indicating whether every check passed (no errors in any priority group).

public bool AllOk { get; }

Property Value

bool

Checks

Gets the individual TR 101 290 checks across all priority groups.

public List<TSTR101290Check> Checks { get; }

Property Value

List<TSTR101290Check>

P1Count

Gets or sets the total error count across all priority-1 checks.

public long P1Count { get; set; }

Property Value

long

P2Count

Gets or sets the total error count across all priority-2 checks.

public long P2Count { get; set; }

Property Value

long

P3Count

Gets or sets the total error count across all priority-3 checks.

public long P3Count { get; set; }

Property Value

long

TotalCount

Gets the total error count across all priority groups.

public long TotalCount { get; }

Property Value

long