Search Results for

    Show / Hide Table of Contents

    Delegate BlendTransactionProcessorEventHandler

    A delegate for the handling of events from the IBlendTransactionProcessor

    Namespace: LemonEdge.API.Processors.Transactional
    Assembly: API.dll
    Syntax
    public delegate void BlendTransactionProcessorEventHandler(IBlendTransactionProcessor sender, BlendTransactionProcessorEventArgs args);
    Parameters
    Type Name Description
    IBlendTransactionProcessor sender

    The Blend Transaction Processor raising the event

    BlendTransactionProcessorEventArgs args

    The arguments indicating the type of event

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.