Table of Contents

Interface IFindingDisplay

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll

A screen model which can display validation findings for the entities it presents. Collection fields forward the policy-filtered findings for their subtree to subscreens implementing this; the model matches them to the entities and fields it owns.

public interface IFindingDisplay

Methods

SetFindings(IReadOnlyList<ValidationFinding>)

void SetFindings(IReadOnlyList<ValidationFinding> findings)

Parameters

findings IReadOnlyList<ValidationFinding>