Table of Contents

Constructor GroupWorkflowBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

GroupWorkflowBuilder()

Initializes a new instance of the GroupWorkflowBuilder class.

public GroupWorkflowBuilder()

GroupWorkflowBuilder(ExpressionBuilderGraph)

Initializes a new instance of the GroupWorkflowBuilder class with the specified expression builder workflow.

public GroupWorkflowBuilder(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

The expression builder workflow instance that will be used by this builder to generate the output expression tree.