Skip to main content
Table of Contents

Class ErasureReport

Namespace
Stratara.Abstractions.Erasure
Assembly
Stratara.Abstractions.dll

What a composed erasure covered. Returned only when every plane succeeded; a failure part-way raises ErasureIncompleteException instead, carrying the planes completed until then.

public sealed record ErasureReport : IEquatable<ErasureReport>
Inheritance
ErasureReport
Implements
Inherited Members
Extension Methods

Constructors

ErasureReport(IReadOnlyList<ErasedPlane>)

What a composed erasure covered. Returned only when every plane succeeded; a failure part-way raises ErasureIncompleteException instead, carrying the planes completed until then.

public ErasureReport(IReadOnlyList<ErasedPlane> Planes)

Parameters

Planes IReadOnlyList<ErasedPlane>

The planes swept, in the order they ran.

Properties

Planes

The planes swept, in the order they ran.

public IReadOnlyList<ErasedPlane> Planes { get; init; }

Property Value

IReadOnlyList<ErasedPlane>