Table of Contents

Interface IRuleRepository

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

In-memory database of production rules arranged into rule sets. IRuleSet

public interface IRuleRepository
Extension Methods

Methods

GetRuleSets()

Retrieves all rule sets contained in the repository.

IEnumerable<IRuleSet> GetRuleSets()

Returns

IEnumerable<IRuleSet>

Collection of rule sets.