 | ValidatorServiceRepair Method |
Repairs the specified validated element.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic bool Repair(
ValidationElement validation
)
Public Function Repair (
validation As ValidationElement
) As Boolean
public:
virtual bool Repair(
ValidationElement^ validation
) sealed
Parameters
- validation ValidationElement
- The validated element.
Return Value
Booleantrue if the element has been repaired,
false otherwise.
Implements
IValidatorRESULTTYPERepair(RESULTTYPE)
See Also