Search Results for

    Show / Hide Table of Contents

    Interface ISetCopier

    Generalizes items that can be translated into an ISetItemInfo containing all their definition and child item definitions for exporting/importing/copying

    Namespace: LemonEdge.API.Core.DataIntegration
    Assembly: LemonEdge.API.dll
    Syntax
    public interface ISetCopier

    Methods

    GetCopyInfo(IEntityUpdater)

    Returns an ISetItemInfo containing this item and all related child items

    Declaration
    Task<ISetItemInfo> GetCopyInfo(IEntityUpdater host)
    Parameters
    Type Name Description
    IEntityUpdater host

    The current context this item is loaded in for loading related child items

    Returns
    Type Description
    Task<ISetItemInfo>

    A new ISetItemInfo containing this item and all related child items

    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)

    See Also

    SetItemInfo
    ISetItemInfo
    ISetItemUpdater
    ISetItemLoaderOverride
    ISetCopierCloneAlterer
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.