Search Results for

    Show / Hide Table of Contents

    Class TransactionOffsetsHelper

    Inheritance
    object
    TransactionOffsetsHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
    Assembly: LemonEdge.API.Core.FinancialServices.dll
    Syntax
    public static class TransactionOffsetsHelper

    Methods

    CreateOffsets(Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>>, IEnumerable<ITransaction>, IEnumerable<ITransactionAllocated>, IEntityUpdater, IReadOnlyCache, bool)

    Declaration
    public static Task<IEnumerable<ITransaction>> CreateOffsets(Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>> allocations, IEnumerable<ITransaction> sourceTransactions, IEnumerable<ITransactionAllocated> transactionAllocated, IEntityUpdater cn, IReadOnlyCache cache, bool createAsSourceSubTransaction = false)
    Parameters
    Type Name Description
    Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>> allocations
    IEnumerable<ITransaction> sourceTransactions
    IEnumerable<ITransactionAllocated> transactionAllocated
    IEntityUpdater cn
    IReadOnlyCache cache
    bool createAsSourceSubTransaction
    Returns
    Type Description
    Task<IEnumerable<ITransaction>>

    UpdateOffsets(Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>>, ITransaction, IEnumerable<ITransaction>, IEnumerable<ITransactionAllocated>, IEntityUpdater)

    Declaration
    public static Task UpdateOffsets(Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>> allocations, ITransaction offsetTransaction, IEnumerable<ITransaction> sourceTransactions, IEnumerable<ITransactionAllocated> transactionAllocated, IEntityUpdater cn)
    Parameters
    Type Name Description
    Dictionary<ITransactionCodeAllocateToTransaction, IEnumerable<ITransactionCodeAllocateToTransactionValue>> allocations
    ITransaction offsetTransaction
    IEnumerable<ITransaction> sourceTransactions
    IEnumerable<ITransactionAllocated> transactionAllocated
    IEntityUpdater cn
    Returns
    Type Description
    Task
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.