Search Results for

    Show / Hide Table of Contents

    Enum TransactionStatus

    The status of a ITransactionalEntity

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

    Fields

    Name Description
    Cancelled

    Indicates this transaction is cancelled.

    Committed

    Indicates this transaction can still be edited. GL entries are automatically created for any entries in this entity.

    Finalized

    Indicates this transaction is finalized, no changes can be made to it. Any changes result in a cancel/correct operation.

    InProgress

    Indicates this transaction is in an entry state only. No gl entries are automatically created for it, no reports/processes pick this transaction up unless explicitly told to do so.

    Extension Methods

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