Click or drag to resize

IValidatorRESULTTYPEValidateAliasReferences Method

Validates the alias references and returns the validation result describing possible repair options. The IValidationResult provides detailed information about available Repair Options and an additional Information Text.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<RESULTTYPE> ValidateAliasReferences(
	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
The validation result enumeration, according to alias references.
See Also