Table of Contents

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)

Parameters

name string

Name of the custom aggregator.

factoryType Type

Custom aggregator factory type.