RuleElementExtensions Class |
Namespace: NRules.RuleModel
public static class RuleElementExtensions
Name | Description | |
---|---|---|
![]() ![]() | Match(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.
|
![]() ![]() | Match(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.
|