Table of Contents

Class FilterRegister

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that filters the sequence for Harp messages matching the specified register address.

public class FilterRegister : FilterRegisterBuilder, IExpressionBuilder, ICustomTypeDescriptor, INamedElement
Inheritance
FilterRegister
Implements
Inherited Members

Constructors

FilterRegister()

Initializes a new instance of the FilterRegister class.

public FilterRegister()
See Also

Properties

FilterType

Gets or sets a value specifying how the message filter will use the matching criteria.

public FilterType FilterType { get; set; }

Property Value

FilterType
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