![]() | IValidatorRESULTTYPE Interface |
public interface IValidator<RESULTTYPE> : IValidator, IAMLService where RESULTTYPE : IValidationResult
The IValidatorRESULTTYPE type exposes the following members.
Name | Description | |
---|---|---|
![]() | IDValidation |
Validates the ID of a CAEX object. IDs of CAEX objects shall be unique.
(Inherited from IValidator) |
![]() | NameValidation |
Validates a name of a CAEX object. Names of CAEX classes or types (RoleClasses, InterfaceClasses,
SystemUnitClasses and AttributeTypes), Attributes,
Libraries and CAEX InstanceHierarchies shall be unique across its siblings or across all child elements of the same
CAEX parent element over its life time.
This shall assure that referencing a library, a class, a type or an attribute by its path delivers a unique result.
(Inherited from IValidator) |
![]() | Repair | Repairs the specified validated element. |
![]() | ValidateAliasReferences | 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. |
![]() | ValidateAll(CAEXDocument, Boolean) | Get Validation Information for all elements in the specified document, which have validation issues. The IValidationResult provides detailed information about available Repair Options and an additional Information Text. |
![]() | ValidateAll(CAEXDocument, AutomationMLContainer, Boolean) | Get Validation Information for all elements in the specified document, which have validation issues. The IValidationResult provides detailed information about available Repair Options and an additional Information Text. This method should be used, if the Document is loaded from an AutomationML container. The Validation service will check validity of external references which are packed parts of the container. |