Search Results for

    Show / Hide Table of Contents

    Class TransferProcessorExtenderHelper

    A helper class for loading and retrieving all extenders for the transfer process in the system

    Inheritance
    System.Object
    TransferProcessorExtenderHelper
    Inherited Members
    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 static class TransferProcessorExtenderHelper

    Methods

    GetExtenders(ITransferProcessor)

    Returns a list of newly created instances of all transfer extenders in the system

    Used by the ITransferProcessor to process a transfer

    Declaration
    public static IEnumerable<TransferProcessorExtender> GetExtenders(ITransferProcessor forProcessor)
    Parameters
    Type Name Description
    ITransferProcessor forProcessor

    The processor these transfer processor extenders should be created for

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TransferProcessorExtender>

    See Also

    TransferProcessorExtender
    ITransferProcessor
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.