Click or drag to resize

ProblemT, UReparationMechanism Delegate

This delegate represents a method which can enact a repair for this type of problem.

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 void ReparationMechanism(
	Problem<T, U> problem,
	U repairContext
)

Parameters

problem
Type: Atalasoft.Shared.ValidationProblemT, U
The problem.
repairContext
Type: U
The repair context.
See Also