Click or drag to resize

IAggregatorFactoryCompile Method

Called by the rules engine to compile the aggregator factory before it is used for the first time.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
void Compile(
	AggregateElement element,
	IEnumerable<IAggregateExpression> compiledExpressions
)

Parameters

element
Type: NRules.RuleModelAggregateElement
Corresponding aggregate element from the rule definition.
compiledExpressions
Type: System.Collections.GenericIEnumerableIAggregateExpression
Aggregate expressions compiled to an executable form.
See Also