Table of Contents

Class AnnotationBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Represents a written explanation or critical comment added to the workflow.

[WorkflowElementCategory(ElementCategory.Property)]
public class AnnotationBuilder : ExpressionBuilder, IExpressionBuilder, INamedElement
Inheritance
AnnotationBuilder
Implements
Inherited Members
Extension Methods

Properties

ArgumentRange

Gets the range of input arguments that this expression builder accepts.

Name

Gets or sets the name of the annotation node in the workflow.

Text

Gets or sets the text associated with this annotation.

TextCData

Gets or sets a CDATA section representing the annotation for serialization.

Methods

Build(IEnumerable<Expression>)

Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.