Search Results for

    Show / Hide Table of Contents

    Class TransactionProcessorEventArgs

    A standard event args for the transaction processor holding the type of event

    Inheritance
    object
    EventArgs
    TransactionProcessorEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.FinancialServices.Processors.Transactional
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public class TransactionProcessorEventArgs : EventArgs

    Constructors

    TransactionProcessorEventArgs()

    Declaration
    public TransactionProcessorEventArgs()

    Properties

    Type

    Holds the type of event being raised by the processor

    Declaration
    public TransactionProcessorEventType Type { get; set; }
    Property Value
    Type Description
    TransactionProcessorEventType

    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.