Interface IWorkflowExpressionBuilder
Represents expression builder instances that generate their output by means of an encapsulated workflow.
Inherited Members
Namespace: Bonsai.Expressions
Assembly: Bonsai.Core.dll
Syntax
public interface IWorkflowExpressionBuilder : IExpressionBuilder
Properties
| Improve this Doc View SourceWorkflow
Gets the expression builder workflow that will be used to generate the output expression tree.
Declaration
ExpressionBuilderGraph Workflow { get; }
Property Value
Type | Description |
---|---|
ExpressionBuilderGraph |