Click or drag to resize

IValidatorRESULTTYPERepair Method

Repairs the specified validated element.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool Repair(
	RESULTTYPE validation
)

Parameters

validation  RESULTTYPE
The validated element.

Return Value

Boolean
true if the element has been repaired, false otherwise.
See Also