Class LossManifest
The complete enumeration of what a repair would destroy, kept separate from the plan because it can be enormous.
public sealed class LossManifest
- Inheritance
-
LossManifest
- Inherited Members
Remarks
A modal that says "47 entities will be affected — OK?" is not consent. The list is the consent.
Constructors
LossManifest()
public LossManifest()
Properties
Entries
Per-step loss estimates, in plan order.
public IReadOnlyList<LossEstimate> Entries { get; init; }
Property Value
IsEmpty
Whether anything at all would be lost.
public bool IsEmpty { get; }