Click or drag to resize

AggregationResultAdded Method

Constructs an aggregation result that indicates a new aggregate.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public static AggregationResult Added(
	Object result,
	IEnumerable<IFact> source
)

Parameters

result
Type: SystemObject
Aggregate.
source
Type: System.Collections.GenericIEnumerableIFact
Aggregate source facts.

Return Value

Type: AggregationResult
Aggregation result.
See Also