Table of Contents

Class Format

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator which formats a sequence of values as standard Harp device messages.

public class Format : FormatBuilder, IExpressionBuilder, ICustomTypeDescriptor, INamedElement
Inheritance
Format
Implements
Inherited Members

Constructors

Format()

Initializes a new instance of the Format class.

Properties

MessageType

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

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.

See Also