runxc1 / MicroRuleEngine

A .Net Rule Engine for dynamically evaluating business rules compiled on the fly.
MIT License
186 stars 74 forks source link

Fixes #31 #32

Open RubberChickenParadise opened 3 years ago

RubberChickenParadise commented 3 years ago

Added functionality to filter then aggregate IEnumerable properties to then use as the left hand input to an operator.

This only occurs when the MemberName is an IEnumerable and the EnumerableFilter or EnumerableValueExpression are populated.