Table of Contents

Class NotElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Negative existential quantifier.

public class NotElement : RuleElement
Inheritance
NotElement
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 not element.

public RuleElement Source { get; }

Property Value

RuleElement