Search Results for

    Show / Hide Table of Contents

    Delegate DatasetProcessorEventHandler

    A delegate for handling events from the IDatasetProcessor

    Namespace: LemonEdge.API.Processors
    Assembly: API.dll
    Syntax
    public delegate void DatasetProcessorEventHandler(IDatasetProcessor sender, DatasetProcessorEventArgs args);
    Parameters
    Type Name Description
    IDatasetProcessor sender

    The processor the event originates from

    DatasetProcessorEventArgs args

    The associated arguments with the event

    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.