Skip to content

3783A8F4 AE2C 4B0D B432 2281ABCB7F77

AutomationML edited this page Jun 24, 2019 · 1 revision

Version 2.1.0.0

Version 2.1.0.0 was released on 04/10/2018.

Changes in This Release

 

  • This version contains the new namespace Aml.Editor.Plugin.Contracts.Commanding and corresponding interface class which extend the PlugIn contract. To use this extended contract, AutomationML Editor version 5.0.2 or higher has to be installed. All PlugIn interface contract classes can be combined in a single PlugIn implementation.
  •  
    • IEditorCommanding This interface defines the property EditorCommand, which defines a callback delegate, set by the AutomationML editor to allow a PlugIn to invoke an editor command.
    • AMLEditorCommandEnum This enumeration types defines the currently available editor commands, which can be invoked by a PlugIn. This type will be extended in future releases with additional commands. Each editor command is associated with a command specific argument class, derived from the abstract base class EditorCommandArguments which has to be used, when the EditorCommand callback is invoked.

See Also

Other Resources

Version History

Clone this wiki locally