 | ValidatorServiceValidateAliasReferences Method |
Validates the alias references and returns the validation result describing possible repair options. The
ValidationElement provides detailed information about available Repair
Options and an additional Information Text.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic IEnumerable<ValidationElement> ValidateAliasReferences(
CAEXDocument document,
bool generateLongDescription = false
)
Public Function ValidateAliasReferences (
document As CAEXDocument,
Optional generateLongDescription As Boolean = false
) As IEnumerable(Of ValidationElement)
public:
virtual IEnumerable<ValidationElement^>^ ValidateAliasReferences(
CAEXDocument^ document,
bool generateLongDescription = false
) sealed
Parameters
- document CAEXDocument
- The CAEX document.
- generateLongDescription Boolean (Optional)
- if set to true [generate long description].
Return Value
IEnumerableValidationElementENumeration of validation results.
Implements
IValidatorRESULTTYPEValidateAliasReferences(CAEXDocument, Boolean)
See Also