Click or drag to resize

IAgendaFilter Interface

Base interface for agenda filters. Agenda filters are applied to rule matches (activations) before they are added to the agenda. If activation does not pass all the filters, it is not added to the agenda, and so the rule will not fire.

Namespace:  NRules.AgendaFilters
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public interface IAgendaFilter

The IAgendaFilter type exposes the following members.

Methods
  NameDescription
Public methodAccept
Tests rule activation whether it should be added to the agenda.
Top
See Also