Problem<T, U>.ReparationMechanism 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public 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.Validation.Problem<T, U>
The problem. - repairContext
- Type: U
The repair context.
See Also