Table of Contents

Class ConvertTimestamped

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an expression builder which converts a timestamped payload value into a new form while keeping the original timestamp.

public class ConvertTimestamped : WorkflowExpressionBuilder, IWorkflowExpressionBuilder, INamedElement, IPropertyMappingBuilder, IExpressionBuilder
Inheritance
ConvertTimestamped
Implements
Inherited Members

Constructors

ConvertTimestamped()

Initializes a new instance of the ConvertTimestamped class.

ConvertTimestamped(ExpressionBuilderGraph)

Initializes a new instance of the ConvertTimestamped class with the specified expression builder workflow.

Properties

ArgumentRange

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

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.