 | ValidatorServiceValidateAllWithoutStrictID Method |
Get Validation Information for all elements in the specified document, which have validation issues. 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> ValidateAllWithoutStrictID(
CAEXDocument document,
AutomationMLContainer container = null,
bool generateLongDescription = false
)
Public Function ValidateAllWithoutStrictID (
document As CAEXDocument,
Optional container As AutomationMLContainer = Nothing,
Optional generateLongDescription As Boolean = false
) As IEnumerable(Of ValidationElement)
public:
IEnumerable<ValidationElement^>^ ValidateAllWithoutStrictID(
CAEXDocument^ document,
AutomationMLContainer^ container = nullptr,
bool generateLongDescription = false
)
Parameters
- document CAEXDocument
- The CAEX document.
- container AutomationMLContainer (Optional)
-
If set, the associated parts, defined in the AutomationML container are used to validate
external references.
- generateLongDescription Boolean (Optional)
- if set to true [generate long description].
Return Value
IEnumerableValidationElement
An enumeration of validation information for CAEX objects. One CAEX object may have multiple
occurrences with different validation issues in this collection.
See Also