 | IValidatorRESULTTYPERepair Method |
Repairs the specified validated element.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool Repair(
RESULTTYPE validation
)
Function Repair (
validation As RESULTTYPE
) As Boolean
bool Repair(
RESULTTYPE validation
)
Parameters
- validation RESULTTYPE
-
The validated element.
Return Value
Booleantrue if the element has been repaired,
false otherwise.
See Also