Constructor WorkflowExpressionBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
WorkflowExpressionBuilder()
Initializes a new instance of the WorkflowExpressionBuilder class.
protected WorkflowExpressionBuilder()
WorkflowExpressionBuilder(ExpressionBuilderGraph)
Initializes a new instance of the WorkflowExpressionBuilder class with the specified expression builder workflow.
protected WorkflowExpressionBuilder(ExpressionBuilderGraph workflow)
Parameters
workflowExpressionBuilderGraphThe expression builder workflow instance that will be used by this builder to generate the output expression tree.