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
    object
    TransferProcessorExtenderHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
    Assembly: LemonEdge.API.Core.FinancialServices.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
    IEnumerable<TransferProcessorExtender>

    See Also

    TransferProcessorExtender
    ITransferProcessor
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.