Firefly Migration Reference
C#VBF#
    Show/Hide TOC

      UserFlow.Add Method

      Adds an Action to the flow.

      Overload List

      Add(Action)Adds an Action to the flow.
      Add(Control)Adds a regular windows control, as part of the flow
      Add(SubForm) 
      Add(Action, Direction)Adds an Action to the flow.
      Add(Action, FlowMode)Adds an Action to the flow.
      Add(Action, Func<Boolean>)Adds an Action to the flow.
      Add(Action, FlowMode, Direction)Adds an Action to the flow.
      Add(Action, Func<Boolean>, Direction)Adds an Action to the flow.
      Add(Action, Func<Boolean>, FlowMode)Adds an Action to the flow.
      Add(Action, Func<Boolean>, FlowMode, Direction)Adds an Action to the flow.
      Add<taskType>(CachedTask<taskType>, Action) Registers a task that is stored by CachedTask<taskClass> to be executed as part of the flow.
      Add<taskType>(CachedTask<taskType>, Action, Direction) 
      Add<taskType>(CachedTask<taskType>, Action, FlowMode) 
      Add<taskType>(CachedTask<taskType>, Action, Func<Boolean>) 
      Add<taskType>(CachedTask<taskType>, Action, FlowMode, Direction) 
      Add<taskType>(CachedTask<taskType>, Action, Func<Boolean>, Direction) 
      Add<taskType>(CachedTask<taskType>, Action, Func<Boolean>, FlowMode) 
      Add<taskType>(CachedTask<taskType>, Action, Func<Boolean>, FlowMode, Direction) 

      See Also

      Reference

      UserFlow Class
      Firefly.Box.Flow Namespace

      In This Article

      • Overload List
      • See Also

      Copyright Firefly ltd

      Send comments on this topic to Send comments on this topic to