Table of Contents

Class FilterRegisterBuilder

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Provides the abstract base class for polymorphic operators used to filter a sequence of Harp messages matching the specified register.

[WorkflowElementIcon(typeof(ElementCategory), "Reactive.Condition")]
public abstract class FilterRegisterBuilder : RegisterCombinatorBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
FilterRegisterBuilder
Implements
Derived
Inherited Members

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

Register

Gets or sets the operator used to filter messages from specific device registers.

[Externalizable(false)]
[TypeConverter(typeof(CombinatorTypeConverter))]
public object Register { get; set; }

Property Value

object