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.

Properties

FilterType

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

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.

See Also