Show / Hide Table of Contents

    Interface ITriggerLoadFromPath

    Event trigger for loading from a specified path.

    Namespace: QFSW.BA.EventTriggers
    Assembly: QFSW.BA.dll
    Syntax
    public interface ITriggerLoadFromPath : IBuildEventTrigger

    Events

    TriggerLoadFromPath

    Triggers a load of data from the specified path.

    Declaration
    event Action<string> TriggerLoadFromPath
    Event Type
    Type Description
    Action<String>

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top