Click or drag to resize

ValidationResultsPathReferenceValidationResults Method

Gets the Path reference validation results from the validation result list.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public static IEnumerable<ValidationElement> PathReferenceValidationResults(
	this IEnumerable<ValidationElement> validationResult
)

Parameters

validationResult  IEnumerableValidationElement
The validation result.

Return Value

IEnumerableValidationElement
All validation results, which are related to CAEX objects which use CAEX path to reference other CAEX objects.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableValidationElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also