Search Results for

    Show / Hide Table of Contents

    Interface IClientOnSaveHelper

    An interface implemented by the core client library to provide the connection types (db, service) and opportunity to process the fact a save was successfully completed

    Typically this implementation will check if any tasks were automatically created from the save and track them in the UI if they were

    Namespace: LemonEdge.API.Client.CommonUI
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IClientOnSaveHelper

    Methods

    OnSaveComplete(IEntityUpdaterUI)

    Indicates a save was successfully completed, and provides a client process the ability to hook into that and display relevant contextual ui information

    Declaration
    Task OnSaveComplete(IEntityUpdaterUI context)
    Parameters
    Type Name Description
    IEntityUpdaterUI context

    The context that just successfully completed a save process

    Returns
    Type Description
    Task

    A task indicating the completion of the operation

    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.