Click or drag to resize

AggregatorRegistryRegisterFactory Method

Registers a custom aggregator factory type, so that rules that use it can be successfully compiled.

Namespace:  NRules.Aggregators
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public void RegisterFactory(
	string name,
	Type factoryType
)

Parameters

name
Type: SystemString
Name of the custom aggregator.
factoryType
Type: SystemType
Custom aggregator factory type.
See Also