Class Format
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
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.