Click or drag to resize

IRuleDefinition Interface

Production rule definition in the canonical rule model.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public interface IRuleDefinition

The IRuleDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDependencyGroup
Rule's dependencies.
Public propertyDescription
Rule description.
Public propertyFilterGroup
Rule's filters, that determine whether rule's match triggers actions.
Public propertyLeftHandSide
Rule left-hand side (conditions).
Public propertyName
Rule name.
Public propertyPriority
Rule priority.
Public propertyProperties
Properties attached to the rule.
Public propertyRepeatability
Rule repeatability.
Public propertyRightHandSide
Rule right-hand side (actions).
Public propertyTags
Tags applied to the rule.
Top
See Also