IAggregateExpression Interface |
Expression used by an aggregator, compiled to an executable form.
Namespace:
NRules.Aggregators
Assembly:
NRules (in NRules.dll) Version: 0.9.3
Syntaxpublic interface IAggregateExpression
The IAggregateExpression type exposes the following members.
Properties
| Name | Description |
---|
 | Name |
Name of the aggregate expression.
|
Top
Methods
| Name | Description |
---|
 | Invoke |
Invokes the expression with the given inputs.
|
Top
See Also