 | 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.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<RESULTTYPE> ValidateAliasReferences(
CAEXDocument document,
bool generateLongDescription = false
)
Function ValidateAliasReferences (
document As CAEXDocument,
Optional generateLongDescription As Boolean = false
) As IEnumerable(Of RESULTTYPE)
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
IEnumerableRESULTTYPEThe validation result enumeration, according to alias references.
See Also