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: 11.4.0.9.0.377 (.NET 4.5.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