Table of Contents

Class RuleElement

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Base class for rule elements.

public abstract class RuleElement
Inheritance
RuleElement
Derived
Inherited Members
Extension Methods

Properties

ElementType

Element type of this rule element.

public abstract ElementType ElementType { get; }

Property Value

ElementType

Exports

Rule element declarations exported to the outer scope.

public IEnumerable<Declaration> Exports { get; }

Property Value

IEnumerable<Declaration>

Imports

Rule element declarations imported from the outer scope.

public IEnumerable<Declaration> Imports { get; }

Property Value

IEnumerable<Declaration>