Table of Contents

Class JobFlowRule<D>

Namespace
JobFlow.Core.Rules
Assembly
JobFlow.Core.dll

Rule class that allows matching against Document properties.

public abstract class JobFlowRule<D> : JobFlowRule

Type Parameters

D

Document class type.

Inheritance
Rule
JobFlowRule<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()

Returns

LeftHandExpression<JobFlowRule<D>>