Business logic in MX-Frame is implemented with MxDiagram component. Component can contain any number of workflows. Once the component is created it can be invoked on any MxPart component. It is possible to access the MxDiagram through the Toolbox and project components. To learn more about how to attach it to an MxPart see chapter Project Components.
To add MxDiagram component
- In Solution Explorer right click Workflows folder and select Add -> New Item.
- In section My Templates select MxDiagram template and enter the name of the diagram
- Click Add.
- When diagram is created for the first time, window appears requesting the confirmation to create it. Click Trust.
- Rebuild the project.
In Solution Explorer new diagram is added to the folder Workflows.
MxPart
Project Components