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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic delegate void ReparationMechanism(
Problem<T, U> problem,
U repairContext
)
Public Delegate Sub ReparationMechanism (
problem As Problem(Of T, U),
repairContext As U
)
Parameters
- problem
- Type: Atalasoft.Shared.ValidationProblemT, U
The problem. - repairContext
- Type: U
The repair context.
See Also