Search Results for

    Show / Hide Table of Contents

    Delegate TransactionProcessorEventHandler

    A delegate for handling events from the ITransactionProcessor

    Namespace: LemonEdge.API.Processors.Transactional
    Assembly: API.dll
    Syntax
    public delegate void TransactionProcessorEventHandler(ITransactionProcessor sender, TransactionProcessorEventArgs args);
    Parameters
    Type Name Description
    ITransactionProcessor sender

    The processor the event originates from

    TransactionProcessorEventArgs args

    The associated arguments with the 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 © LemonEdge Technology. All rights reserved.