Click or drag to resize

CaexCommand Class

This is the abstract base class for all CAEX commands, applicable to CAEX elements
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.CommandsCaexCommand

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public abstract class CaexCommand : ICAEXCommand

The CaexCommand type exposes the following members.

Properties
 NameDescription
Public propertyCAEXDocument Gets the CAEX document processing the command
Public propertyDisplayName Gets the display name of the command
Public propertyXDocument Gets the XML document processing the command
Top
Methods
 NameDescription
Public methodExecute Command Execution method
Public methodStatic memberOnCAEXElementChangedEvent Raises the CAEXElementChangedEvent for the provided document.
Public methodStatic memberOnCAEXElementChangingEvent Raises the CAEXElementChangingEvent for the provided document.
Public methodUnExecute Command reverse execution method
Top
Events
 NameDescription
Public eventStatic memberCAEXElementChangedEvent This event is raised after a CAEXElement has been changed. CAEXElementChangeMode
Public eventStatic memberCAEXElementChangingEvent This event is raised before a CAEXElement will be changed. CAEXElementChangeMode
Top
See Also