Search Results for

    Show / Hide Table of Contents

    Class TransactionProcessorEventArgs

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

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

    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

    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.