UI - API - Code
The code section of the API platform within the context of the menu in the standard user interface is designed to allow you to deal with configuration around formulas and actually loading code into the Add-Ins module.
API - Code Features
This provides the suite of tools required integrate custom code (AddIns) on to the LemonEdge platform, as well as mechanisms to override default behaviour or entities.
Our Code are contains the following major modules:
- API Entity Code Generator
This provides the ability to generate classes for any entities you have created in code implementing the LemonEdge.API.Core.IBaseEntity interface against our API [more info]. - Default Values
This provides the ability to override default values for new entities providing a mechanism to tailor the behaviour of processes to your bespoke requirements. - AddIn Modules
This provides the functionality where you can load your own custom dlls (written in any .Net language against our API) into the platform to create your solution. You specify additional behavior such as loading order, which dlls correspond to different clients and other attributes to wrap the multiple dlls into a cohesive package.
This is also the area where you can load in Accelerators provided by ourselves, or accredited partners, that turn the platform into an out-of-the-box solution for your industry.