Search Results for

    Show / Hide Table of Contents

    Interface ICustomObjectAssemblyLoader

    Namespace: LemonEdge.API.Core.Context.AddIns
    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
    Type Name Description
    CustomObjectSet set
    DateTimeOffset? lastAddinUpdated
    IAddInLoaderHelper addInLoaderHelper
    bool throwErrors
    Returns
    Type Description
    Task<(CustomAssembly customAssembly, bool hasChanges)>

    ValidateCustomObjects(CustomObjectSet)

    Validates the provided code.

    Declaration
    Task<CodeValidationResults> ValidateCustomObjects(CustomObjectSet set)
    Parameters
    Type Name Description
    CustomObjectSet set
    Returns
    Type Description
    Task<CodeValidationResults>

    A CodeValidationResults

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.