NRules, Open Source Rules Engine for .NET
NRules, Open Source Rules Engine for .NET
Namespaces
NRules.AgendaFilters
IAgendaFilter Interface
IAgendaFilter Methods
Accept Method
IAgendaFilter
Accept Method
Tests rule activation whether it should be added to the agenda.
Namespace:
NRules.AgendaFilters
Assembly:
NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
Copy
bool
Accept
(
AgendaContext
context
,
Activation
activation
)
Parameters
context
Type:
NRules.AgendaFilters
AgendaContext
Agenda context.
activation
Type:
NRules
Activation
Rule activation.
Return Value
Type:
Boolean
Whether the activation should be added to the agenda -
true
, or not -
false
.
See Also
Reference
IAgendaFilter Interface
NRules.AgendaFilters Namespace
View NRules on GitHub
License and Copyright Information