Table of Contents

Class FormatBuilder

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Provides the abstract base class for polymorphic operators used to format a sequence of values as specific Harp device register messages.

[WorkflowElementCategory(ElementCategory.Transform)]
public abstract class FormatBuilder : HarpCombinatorBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
FormatBuilder
Implements
Derived
Inherited Members

Properties

ArgumentRange

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

MessageType

Gets or sets a value specifying the type of the formatted message.

Register

Gets or sets the operator used to format the source data into specific Harp device register messages.

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.