Class AggregatorRegistry
- Namespace
- NRules.Aggregators
- Assembly
- NRules.dll
Registry of custom aggregator factories.
public class AggregatorRegistry
- Inheritance
-
AggregatorRegistry
- Inherited Members
Methods
RegisterFactory(string, Type)
Registers a custom aggregator factory type, so that rules that use it can be successfully compiled.
public void RegisterFactory(string name, Type factoryType)