Search Results for

    Show / Hide Table of Contents

    Interface IProcessorSupportsBulkLoad<T>

    Namespace: LemonEdge.API.Core.Processors
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IProcessorSupportsBulkLoad<T> where T : IBaseDataSetProcessor, IProcessorSupportsBulkLoad<T>
    Type Parameters
    Name Description
    T

    Methods

    HasLoaderAttached()

    Declaration
    bool HasLoaderAttached()
    Returns
    Type Description
    bool

    HasThisLoaderAttached(BulkProcessorLoader<T>)

    Declaration
    bool HasThisLoaderAttached(BulkProcessorLoader<T> loader)
    Parameters
    Type Name Description
    BulkProcessorLoader<T> loader
    Returns
    Type Description
    bool

    IncludeInBulk()

    Declaration
    bool IncludeInBulk()
    Returns
    Type Description
    bool

    ThreadSafeAttach(BulkProcessorLoader<T>)

    Declaration
    void ThreadSafeAttach(BulkProcessorLoader<T> loader)
    Parameters
    Type Name Description
    BulkProcessorLoader<T> loader

    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.