Click or drag to resize

RepairChooser Delegate

RepairChooser is a delegate that decides, given a problem, if the problem should be repaired or not.

Namespace:  Atalasoft.Shared.Validation
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public delegate bool RepairChooser(
	BaseProblem p
)

Parameters

p
Type: Atalasoft.Shared.ValidationBaseProblem
The problem to be repaired.

Return Value

Type: Boolean
The delegate returns true if the problem should be repaired; otherwise false.
See Also