Search Results for

    Show / Hide Table of Contents

    Enum AllocationPathType

    Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public enum AllocationPathType : short

    Fields

    Name Description
    Percentage

    Indicates the actual percentages for each rule is all that is used, and not the aggregate total for amounts allocated above.

    TotalAmount

    Indicates the allocation amounts in a path for allocations to other entities in the path are determined by the amount allocated in those entities themselves. For example the amount allocated to a vehicle is ignored, rather the total amount allocated to its entities in the path is used instead.

    Extension Methods

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