Namespace LemonEdge.API
Classes
AddInLoaderHelper
This class is responsible for loading any AddIns into the current domain, along with any custom designed items through our Auto-Code Designers.
Any classes can register an interest with this loader to be notified when new libraries are loaded
When Addins and custom code have been loaded then all GetDescriptors() and related items have been fully loaded and can be accessed
CustomFunctionsHelper
Provides a helper class for calling methods on ICustomFunctions through IEntityUpdater
Licenser
Helper class for verifying License information
Enums
ConfigChangeType
Indicates changes in the system have occured against objects that have their configuration automatically loaded with AddInLoaderHelper
FrameworkType
The different type of client specific user interface components.
Core indicates the components should be loaded by *all* clients and has universal code in it
All other options indicate they should only be loaded by a client of that type as they contain framework specific platform components.
For instance a WPF component will only correctly load in a WPF core application, it will fail to load in a console application.