Search Results for

    Show / Hide Table of Contents

    Interface ISaveContextAfter

    Inherited Members
    ISaveContext.GetItems(EntityOperation)
    ISaveContext.GetItems<T>(EntityOperation)
    ISaveContext.GetItems(EntityOperation, Type)
    ISaveContext.GetModifiedItems(EntityOperation)
    ISaveContext.GetModifiedItems<T>(EntityOperation)
    ISaveContext.GetModifiedItems(EntityOperation, Type)
    ISaveContext.Context
    Namespace: LemonEdge.API.Core.Extensions.SaveExtension
    Assembly: LemonEdge.API.dll
    Syntax
    public interface ISaveContextAfter : ISaveContext

    Properties

    SaveCompleted

    Details whether the save completed successfully or not

    Declaration
    bool SaveCompleted { get; }
    Property Value
    Type Description
    bool

    SaveError

    If an error occurs during a save process, the exception will be stored in this property

    Declaration
    Exception SaveError { get; }
    Property Value
    Type Description
    Exception

    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.