Search Results for

    Show / Hide Table of Contents

    Class BlendTransactionAllocation

    Contains a breakdown of the set of items to create transactions against, and their allocations, for a IBlendTransaction

    Inheritance
    object
    BlendTransactionAllocation
    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 class BlendTransactionAllocation

    Constructors

    BlendTransactionAllocation()

    Declaration
    public BlendTransactionAllocation()

    Properties

    Allocations

    A list of items that transactions should be created against

    Declaration
    public List<BlendTransactionToAllocation> Allocations { get; }
    Property Value
    Type Description
    List<BlendTransactionToAllocation>

    SQLWrapperID

    If the SourceType is a sql wrapper, this holds the sql wrapper id, that items will be created from

    Declaration
    public Guid? SQLWrapperID { get; set; }
    Property Value
    Type Description
    Guid?

    ToEntityPathID

    If the TargetType is Path or PathInverted, this will have the path to allocate the transaction down/up

    Declaration
    public Guid? ToEntityPathID { get; set; }
    Property Value
    Type Description
    Guid?

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IBlendTransactionProcessor
    BlendTransactionToAllocation
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.