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.Core
    Assembly: 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
    System.Threading.Tasks.Task<ISetItemInfo>

    A new ISetItemInfo containing this item and all related child items

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    SetItemInfo
    ISetItemInfo
    ISetItemUpdater
    ISetItemLoaderOverride
    ISetCopierCloneAlterer
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.