Click or drag to resize

AggregationResultModified Method

Constructs an aggregation result that indicates a modification at the aggregate level.

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

Parameters

result
Type: SystemObject
Aggregate.
previous
Type: SystemObject
Previous aggregate.
source
Type: System.Collections.GenericIEnumerableIFact
Aggregate source facts.

Return Value

Type: AggregationResult
Aggregation result.
See Also