Click or drag to resize

ProblemListRepair Method

Repairs all the BaseProblem objects in the list that are authorized by the RepairChooser.

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 void Repair(
	RepairChooser chooser
)

Parameters

chooser
Type: Atalasoft.Shared.ValidationRepairChooser
The chooser.
Remarks
The RepairChooser will be called for each item in turn. If the RepairChooser returns true, it will invoke the item's Repair method and then fire the ProblemRepaired event. After processing each item, the repaired items will be removed from the list.
See Also