Search Results for

    Show / Hide Table of Contents

    Class TransactionAllocatedFunction

    Used to provide the name of the function the Transactions Allocated should use instead of the standard functions created by the system

    This is because the transactions allocated need to create columns for each custom ITransactionTypeValue instead of just the value columns they have in the table

    Inheritance
    object
    TransactionAllocatedFunction
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public class TransactionAllocatedFunction

    Constructors

    TransactionAllocatedFunction()

    Declaration
    public TransactionAllocatedFunction()

    Fields

    FUNCTION_NAME

    The name of the custom ISQLWrapper that gets all transaction allocated values against a transaction allocation

    Declaration
    public const string FUNCTION_NAME = "GetAllocatedTransactions"
    Field Value
    Type Description
    string

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.