IRuleDefinition Interface |
Namespace: NRules.RuleModel
public interface IRuleDefinition
The IRuleDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | DependencyGroup |
Rule's dependencies.
|
![]() | Description |
Rule description.
|
![]() | FilterGroup |
Rule's filters, that determine whether rule's match triggers actions.
|
![]() | LeftHandSide |
Rule left-hand side (conditions).
|
![]() | Name |
Rule name.
|
![]() | Priority |
Rule priority.
|
![]() | Properties |
Properties attached to the rule.
|
![]() | Repeatability |
Rule repeatability.
|
![]() | RightHandSide |
Rule right-hand side (actions).
|
![]() | Tags |
Tags applied to the rule.
|