Namespace LemonEdge.API.Entities.Design
Classes
AddIn
AddInModule
Algorithm
AlgorithmData
AlgorithmOutput
AlgorithmRun
AlgorithmRunData
AlgorithmRunStep
AlgorithmSheetModifier
AlgorithmStepDataCopier
CodeSnippet
CustomCommand
CustomGrid
CustomGridColumn
CustomImage
CustomList
CustomListItem
CustomListItemValidation
CustomListValidation
CustomLookupQuery
CustomObject
CustomObjectData
CustomObjectIndex
CustomObjectIndexColumn
CustomObjectProperty
CustomObjectPropertyValidateLinks
Validates that the custom object class has the correct types for a defined relationship
CustomObjectValidation
CustomTree
CustomValidation
CustomView
CustomViewControl
DefaultObject
DefaultObjectValidation
DefaultValue
Layout
LayoutRole
MenuItem
ObfuscatedField
Interfaces
IAddIn
The system entity for addins
See https://help.lemonedge.com/help/api/code/addin-modules/addins-view.html for more information
IAddInModule
The system entity for addin modules, which are a collection of addins all contained within one module
See https://help.lemonedge.com/help/api/code/addin-modules/intro.html for more information
IAlgorithm
The system entity for algorithms, which allow custom excel like algorithms to be configured
IAlgorithmData
The system entity for holding the spreadsheet for the algorithm
IAlgorithmOutput
The system entity for holding the outputs from an algorithm
IAlgorithmRun
The system entity for algorithm runs, which allow custom excel like algorithms to be run to produce outputs in the system
IAlgorithmRunData
The system entity for holding the spreadsheet for the algorithm run
IAlgorithmRunStep
The system entity for holding the spreadsheet for the algorithm run
IAlgorithmSheetModifier
The system entity for holding how an algorithm sheet should be modified structuraly depending on its contents
IAlgorithmStepDataCopier
The system entity for holding the data that should be copied across steps from an algorithm
ICodeSnippet
The system entity for code snippets which can be used to test formulas or run independantly
ICustomCommand
ICustomGrid
The system entity for a Custom Grid, which holds the design for a grid
See https://help.lemonedge.com/help/api/auto-code-designers/custom-grids/intro.html for more information
ICustomGridColumn
The system entity for a Custom Grid Column, which belongs to a ICustomGrid holding the design for a grid
See https://help.lemonedge.com/help/api/auto-code-designers/custom-grids/columns-view.html for more information
ICustomImage
The system entity for a Custom Image, which holds images that can be configured to be used throughout the application
See https://help.lemonedge.com/help/api/ui/custom-images/intro.html for more information
ICustomList
The system entity for custom lists, which are a collection of values that can be selected by the user
ICustomListItem
The system entity for custom list items, which are a collection of values that can be selected by the user against a Custom List
ICustomLookupQuery
ICustomObject
The system entity for a Custom Object, which holds the design of an entity within the lemonedge platform
See https://help.lemonedge.com/help/api/auto-code-designers/custom-entities/intro.html for more information
ICustomObjectData
The system entity for a Custom Object Data, which holds the data of a custom entity when in userdata mode within the lemonedge platform
See https://help.lemonedge.com/help/api/auto-code-designers/custom-entities/intro.html for more information
ICustomObjectIndex
ICustomObjectIndexColumn
ICustomObjectProperty
The system entity for a Custom Object Property, which belongs to a ICustomObject
See https://help.lemonedge.com/help/api/auto-code-designers/custom-entities/properties-view.html for more information
ICustomTree
ICustomValidation
ICustomView
The system entity for a Custom View, which holds the design for a view in the UI
See https://help.lemonedge.com/help/api/auto-code-designers/custom-views/intro.html for more information
ICustomViewControl
The system entity for a Custom View Control, which belongs to a ICustomView holding the design for a view
See https://help.lemonedge.com/help/api/auto-code-designers/custom-views/controls-view.html for more information
IDefaultObject
The system entity for a Default Object, which is used for dynamically ensuring items child items that are created by the system when a new item is created
IDefaultValue
The system entity for a Default Value, which is used for dynamically ensuring items have a certain value whenever they are created by the system or a user
See https://help.lemonedge.com/help/api/code/default-values/intro.html for more information
ILayout
The system entity for a custom layout, which holds custom layouts for displaying views against entities in the ui
See https://help.lemonedge.com/help/api/ui/layouts/intro.html for more information
ILayoutRole
The system entity for a layout role, which indicates which custom layouts a role can use
See https://help.lemonedge.com/help/api/ui/layouts/layouts-role-view.html for more information
IMenuItem
The system entity for a menu item, which holds the commands that are available on the main menu in the ui for users to interact with
See https://help.lemonedge.com/help/open-architecture/admin/roles/menu-view.html for more information