Click or drag to resize

AggregationAction Enumeration

Action that aggregation performed on the aggregate, based on added/modified/removed facts.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public enum AggregationAction
Members
  Member nameValueDescription
None0 No changes at the aggregate level.
Added1 New aggregate created.
Modified2 Existing aggregate modified.
Removed3 Existing aggregate removed.
See Also