Search Results for

    Show / Hide Table of Contents

    Enum ImportSaveType

    The type of import operation

    Namespace: LemonEdge.API.Entities
    Assembly: API.dll
    Syntax
    public enum ImportSaveType : short

    Fields

    Name Description
    Batch

    Import and validate all pieces of data at once, and only commit it to the database at the end in one batch transaction. If any data fails then the whole import fails and nothing is changed in the system.

    Sequential

    Import each piece of data one at a time. If any fail just report those failures and continue on.

    ValidateOnly

    Only validate the imported data, do not actually commit the changes

    Extension Methods

    EnumHelper.GetShortFlaggedValues<ImportSaveType>()
    EnumHelper.ToShortGuid<ImportSaveType>()
    MiscExtensions.SetIfNotEqual<ImportSaveType, P>(Expression<Func<ImportSaveType, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionExtensions.GetEnumValueCustomAttributes<AttrType, ImportSaveType>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.