Enum AggregationAction
- Namespace
- NRules.Aggregators
- Assembly
- NRules.dll
Action that aggregation performed on the aggregate, based on added/modified/removed facts.
public enum AggregationAction
Fields
None = 0No changes at the aggregate level.
Added = 1New aggregate created.
Modified = 2Existing aggregate modified.
Removed = 3Existing aggregate removed.