• API Entity Code Generator

    Published:

    Our Code Generator is used to automatically create the actual classes for entities, or complex types, you have designed as interfaces against our API. This means you only need create interface definitions of your entities, and complex types, and can refer to them throughout you solution using just the interfaces. This generator will then create actual classes for you that implement those interfaces correctly. You can then add functionality to those classes and use them throughout the solution instead of just the interfaces if you so wish.

  • Custom View Code

    Published:

    Anything created with the Custom View Auto-Code Designer is capable of having that design exported into actual c# code for you to add to your own .net library that can be loaded as an Add-In [see more] in LemonEdge.

  • Custom Views

    Published:

    Custom Views

    Custom Views allow you to quickly create views in the UI for any entity in the system. This includes system entities, custom entities and entities you have created with AddIns using our API as all entities whether system or designed are the same. You can use your custom view in any custom layouts or override system views with your own view.

  • Custom Grid Code

    Published:

    Anything created with the Custom Grid Auto-Code Designer is capable of having that design exported into actual c# code for you to add to you own .net library that can be loaded as an Add-In [see more] in LemonEdge.

  • Custom Grids

    Published:

    Custom Grids allow you to quickly create grids in the UI for any entity in the system. This includes system entities, custom entities and entities you have created with AddIns using our API as all entities whether system or designed are the same. You can use your custom grids in any custom layouts or override system grids with your own grids.

  • Custom Entity Code

    Published:

    Anything created with the Custom Entity Auto-Code Designer is capable of having that design exported into actual c# code for you to add to your own .net library that can be loaded as an Add-In [see more] in LemonEdge.

  • API - Auto Code Designers

    Published:

    LemonEdge believes in transparency as one of our core values. Our auto-code designers are about ensuring no part of your LemonEdge solution is a black-box to you. This includes our configuration tools.

    Low and No-Code designers are great to a point, however you always hit a wall where it is difficult to continue further with the restrictions they place on you. Our Auto-Code Designers can be used to design elements in the system (such as grids, views or entites themselves). These can always just be used as is, however all our designers also offer the option to export the design into c# code itself. You then have the ability to see how the same functionality you configured using our designer can be implemented through our API.

  • Custom Entities

    Published:

    Custom Entities allow you to create objects with fields in your system. They belong to our class of Auto-Code Designers that enable you to accelerate your development on the LemonEdge platform. As with all our auto-code designers you can configure the system using the designer or allow it to provide you with the full code for your design that you can then tailor to your desire, compile and add-in to the system.