Click or drag to resize

IStatefulAgendaFilterSelect Method

Called by the engine when activation is selected from the agenda, before rule's actions are executed.

Namespace:  NRules.AgendaFilters
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
void Select(
	AgendaContext context,
	Activation activation
)

Parameters

context
Type: NRules.AgendaFiltersAgendaContext
Agenda context.
activation
Type: NRulesActivation
Rule activation.
Remarks
This method must not evaluate agenda expressions.
See Also