Table of Contents

Class ForAllElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Universal quantifier.

public class ForAllElement : RuleElement
Inheritance
ForAllElement
Inherited Members
Extension Methods

Properties

BasePattern

Base pattern that determines the universe of facts that the universal quantifier is applied to.

public PatternElement BasePattern { get; }

Property Value

PatternElement

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

Patterns

Patterns that must all match for the selected facts.

public IEnumerable<PatternElement> Patterns { get; }

Property Value

IEnumerable<PatternElement>