📄️ Embedding Authoring Controls
Almost all of the controls used to edit rules in irAuthor can be embeddable in custom .NET and WPF applications. This allows users to create or modify rule applications or parts of a rule application inside of their own custom .NET solution. This provides a domain-centric authoring experience with minimal coding efforts.
📄️ The Process of Embedding InRule Controls
Assemblies required
📄️ WinForm Considerations
Embedding the InRule WPF controls in a WinForm application works the same is it does with WPF. This includes the initialization of the ControlFactory, loading the controls and saving changes. There are, however, a couple considerations to be aware of.