Table of Contents

Class ExistsElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Existential quantifier.

public class ExistsElement : RuleElement
Inheritance
ExistsElement
Inherited Members
Extension Methods

Properties

ElementType

Element type of this rule element.

public override ElementType ElementType { get; }

Property Value

ElementType

Source

Fact source of the existential element.

public RuleElement Source { get; }

Property Value

RuleElement