Click or drag to resize

ValidatorServiceRepair Method

Repairs the specified validated element.

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

Parameters

validation  ValidationElement
The validated element.

Return Value

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

Implements

IValidatorRESULTTYPERepair(RESULTTYPE)
See Also