Table of Contents

Method BuildSelector

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

BuildSelector(Expression)

Returns the expression that specifies how a valid Harp message is created from the input data.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that maps the input parameter to the valid Harp message.