Search Results for

    Show / Hide Table of Contents

    Enum EntityOperation

    The type of operations that an IEntityUpdater uses for tracking changes in the context before sending them in one batch for a single save within a transaction

    Namespace: LemonEdge.Core
    Assembly: API.dll
    Syntax
    public enum EntityOperation : short

    Fields

    Name Description
    Delete

    Indicates this is an existing item that is being deleted from the system

    Insert

    Indicates the item is a new item and is being inserted into the system

    Update

    Indicates this is an existing item that is being updated in the system

    See Also
    IEntityUpdater

    Extension Methods

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