Click or drag to resize

IAggregateExpression Interface

Expression used by an aggregator, compiled to an executable form.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public interface IAggregateExpression

The IAggregateExpression type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of the aggregate expression.
Top
Methods
  NameDescription
Public methodInvoke
Invokes the expression with the given inputs.
Top
See Also