Click or drag to resize

IAgendaFilterAccept 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#
bool Accept(
	AgendaContext context,
	Activation activation
)

Parameters

context
Type: NRules.AgendaFiltersAgendaContext
Agenda context.
activation
Type: NRulesActivation
Rule activation.

Return Value

Type: Boolean
Whether the activation should be added to the agenda - true, or not - false.
See Also