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
Syntaxpublic interface IAgendaFilter
The IAgendaFilter type exposes the following members.
Methods
| Name | Description |
---|
 | Accept |
Tests rule activation whether it should be added to the agenda.
|
Top
See Also