Table of Contents

Method FromInspectableGraph

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

FromInspectableGraph(ExpressionBuilderGraph)

Converts the specified expression builder workflow into an equivalent representation where all the InspectBuilder nodes have been replaced by their decorated children.

public static ExpressionBuilderGraph FromInspectableGraph(this ExpressionBuilderGraph source)

Parameters

source ExpressionBuilderGraph

The expression builder workflow to convert.

Returns

ExpressionBuilderGraph

A new expression builder workflow where all InspectBuilder nodes have been replaced by their decorated children.

FromInspectableGraph(IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>>, bool)

Converts the specified expression builder workflow into an equivalent representation where all the InspectBuilder nodes have been replaced by their decorated children.

public static ExpressionBuilderGraph FromInspectableGraph(this IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>> source, bool recurse)

Parameters

source IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>>

The expression builder workflow to convert.

recurse bool

A value indicating whether to recurse the conversion into nested workflows.

Returns

ExpressionBuilderGraph

A new expression builder workflow where all InspectBuilder nodes have been replaced by their decorated children.