Click or drag to resize

RuleElementExtensions Class

Inheritance Hierarchy
SystemObject
  NRules.RuleModelRuleElementExtensions

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public static class RuleElementExtensions
Methods
  NameDescription
Public methodStatic memberMatch(GroupElement, ActionAndElement, ActionOrElement)
Matches a group element to an appropriate action based on the concrete type of the element. Type-safe implementation of discriminated union for group elements.
Public methodStatic memberMatch(RuleElement, ActionPatternElement, ActionAggregateElement, ActionGroupElement, ActionExistsElement, ActionNotElement, ActionForAllElement)
Matches a rule element to an appropriate action based on the concrete type of the element. Type-safe implementation of discriminated union for rule elements.
Top
See Also