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.

public Format()
See Also

Properties

MessageType

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

public MessageType? MessageType { get; set; }

Property Value

MessageType?
See Also

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.

public override Expression Build(IEnumerable<Expression> arguments)

Parameters

arguments IEnumerable<Expression>

A collection of Expression nodes representing the input arguments.

Returns

Expression

The constructed Expression node.

See Also

See Also