Click or drag to resize

IAggregateExpressionInvoke Method

Invokes the expression with the given inputs.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
Object Invoke(
	AggregationContext context,
	ITuple tuple,
	IFact fact
)

Parameters

context
Type: NRules.AggregatorsAggregationContext
Aggregation context.
tuple
Type: NRules.RuleModelITuple
Partial match up to the aggregate element.
fact
Type: NRules.RuleModelIFact
Fact being processed by the aggregate element.

Return Value

Type: Object
Result of the expression.
See Also