 | IValidatorRESULTTYPEValidateAll(CAEXDocument, Boolean) Method |
Get Validation Information for all elements in the specified document, which have validation issues. The
IValidationResult provides detailed information about available Repair
Options and an additional Information Text.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<RESULTTYPE> ValidateAll(
CAEXDocument document,
bool generateLongDescription = false
)
Function ValidateAll (
document As CAEXDocument,
Optional generateLongDescription As Boolean = false
) As IEnumerable(Of RESULTTYPE)
IEnumerable<RESULTTYPE>^ ValidateAll(
CAEXDocument^ document,
bool generateLongDescription = false
)
Parameters
- document CAEXDocument
- The CAEX document.
- generateLongDescription Boolean (Optional)
- if set to true generate long description for each validation issue.
Return Value
IEnumerableRESULTTYPE
A collection of validation information for CAEX objects. One CAEX object may have multiple
occurrences with different validation issues in this collection.
See Also