Table of Contents

Method FromWorkflowElement

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

FromWorkflowElement(object, ElementCategory)

Creates a new expression builder from the specified editor browsable element and category.

public static ExpressionBuilder FromWorkflowElement(object element, ElementCategory elementCategory)

Parameters

element object

The editor browsable element for which to build a new expression builder.

elementCategory ElementCategory

The workflow category of the specified element.

Returns

ExpressionBuilder

A new ExpressionBuilder object.