Class JobFlowRule<D>
Rule class that allows matching against Document properties.
public abstract class JobFlowRule<D> : JobFlowRule
Type Parameters
D
Document class type.
- Inheritance
-
RuleJobFlowRule<D>
- Inherited Members
-
Rule.Dependency()Rule.Filter()Rule.Define()
- Extension Methods
Remarks
This class derives from the base JobFlowRule, but allows the use of document matching methods in LeftHandSideExtensions.
Note
See NRules for more information about NRules.
Constructors
JobFlowRule()
protected JobFlowRule()
Methods
When()
protected LeftHandExpression<JobFlowRule<D>> When()