Click or drag to resize

AMLEngine2.1 Version 3.1

Version 3.1 of AMLEngine2.1 was released in Jan. 2023. The latest service release is version 3.1.7 published August 2023

Changes in release 3.1.7

Changes in release 3.1.6

  • New method to import CAEX objects from other sources to the current document Import.

Changes in release 3.1.5

  • CAEX objects whith an existing document context are now copied before they are inserted into the CAEXDocument. For classes it is assured, that names are unique and all references to the copied class are updated. External References, contained in the copied class are handled correctly.

  • New method to change the alias name ChangeAlias in a path, used in a CAEX reference attribute to identiy related objects.

  • New method to change the beginning of a path ChangePathStart in a path, used in a CAEX reference attribute to identiy related objects.

Changes in release 3.1.4

The changes in this release are support the working with external referenced documents

Changes in release 3.1.3

The changes in this release support the usage of indices to speed up queries.

  • A new service interface ILookUpTable has been added. This interface is implemented by the QueryService and supports an index based access to CAEX objects by ID and CAEXPath. The Indices are loaded when the createIndices option in the CAEXDocument load methods as in LoadFromFile is set.

    C#
    using Aml.Engine.CAEX;
    var document = CAEXDocument.LoadFromFile ("myFile.aml", createIndices:true);

Changes in release 3.1.0

See Also

Other Resources

Version History