Search Results for

    Show / Hide Table of Contents

    Enum ImportResultAction

    Indicates the action that was committed against the item for importing

    Namespace: LemonEdge.API.Core.Processors.Importing
    Assembly: LemonEdge.API.dll
    Syntax
    public enum ImportResultAction : short

    Fields

    Name Description
    Delete

    The data being imported already already according to the key fields, and the import action was marked as delete thus meaning the matching data was actually deleted from the system

    Insert

    The data being imported did not exist already according to the key fields, and thus was inserted as a new item

    None

    None - The data was not imported into the system

    Update

    The data being imported already existed according to the key fields, and thus was updated with the new data values

    Extension Methods

    LinqExtensions.AsArray<ImportResultAction>(ImportResultAction)
    LinqExtensions.ToArrayOfOne<ImportResultAction>(ImportResultAction)
    LinqExtensions.ToListOfOne<ImportResultAction>(ImportResultAction)
    MiscExtensions.SetIfNotEqual<ImportResultAction, TP>(ImportResultAction, Expression<Func<ImportResultAction, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.