Table of Contents

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 = 0

No changes at the aggregate level.

Added = 1

New aggregate created.

Modified = 2

Existing aggregate modified.

Removed = 3

Existing aggregate removed.