Click or drag to resize

FilterType Enumeration

Type of filter applied to rule matches.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public enum FilterType
Members
  Member nameValueDescription
Predicate0 Filter based on a predicate expression.
KeyChange1 Filter that only accepts matches that result in a change of a given key.
See Also