Search Results for

    Show / Hide Table of Contents

    Enum PostingDebitCredit

    Namespace: LemonEdge.API.Entities.FinancialServices.Accounting
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public enum PostingDebitCredit : short

    Fields

    Name Description
    AlwaysPositive

    Indicates this gl amount will always be shown as either a positive debit or credit

    Credit

    Indicates this gl amount will always be shown as a credit even if it holds a negative value

    Debit

    Indicates this gl amount will always be shown as a debit even if it holds a negative value

    Extension Methods

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