Click or drag to resize

IValidationResult Interface

This interface defines properties for a validation result, generated for a single XML element. The validation results for XML elements of a CAEX document are generated by the IValidatorRESULTTYPE service.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IValidationResult

The IValidationResult type exposes the following members.

Properties
 NameDescription
Public propertyElement Gets the element which has been validated.
Public propertyRepairResult Gets information about the result of a repair operation for one element.
Public propertyValidationInformation Gets information about the validation of one element.
Top
See Also