Interface ICustomObjectAssemblyLoader
Assembly: LemonEdge.API.dll
Syntax
public interface ICustomObjectAssemblyLoader
Methods
LoadCustomObjects(CustomObjectSet, DateTimeOffset?, IAddInLoaderHelper, bool)
Loads CustomEntities and lists into an Assembly.
Declaration
Task<(CustomAssembly customAssembly, bool hasChanges)> LoadCustomObjects(CustomObjectSet set, DateTimeOffset? lastAddinUpdated, IAddInLoaderHelper addInLoaderHelper, bool throwErrors = true)
Parameters
Returns
ValidateCustomObjects(CustomObjectSet)
Validates the provided code.
Declaration
Task<CodeValidationResults> ValidateCustomObjects(CustomObjectSet set)
Parameters
Returns
Extension Methods