Search Results for

    Show / Hide Table of Contents

    Enum TransferUpdateType

    The type of operation to perform on a property for the new records involved in a transfer process

    Namespace: LemonEdge.API.Attributes
    Assembly: API.dll
    Syntax
    public enum TransferUpdateType : short

    Fields

    Name Description
    AutoTransfer

    Automatically apply the original value to the new transfer records with the correct amounts proportionally to the entities being transferred to/from

    Null

    Set the values to null on the new transfer record

    Zero

    Set the values to 0 on the new transfer record

    Extension Methods

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