[This is preliminary documentation and is subject to change.]

The base constructor for action rules

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected ActionRule(
	ActionRule..::..ActionRuleParameters pars,
	ActionChunk actionChunk,
	PositiveMatchDeterminer matchMethod,
	EligibilityChecker elMethod
)

Parameters

pars
Type: Clarion.Framework.Templates..::..ActionRule..::..ActionRuleParameters
The parameters class containing the local parameters for the action rule
actionChunk
Type: Clarion.Framework.Core..::..ActionChunk
The rule's action chunk
matchMethod
Type: Clarion.Framework.Templates..::..PositiveMatchDeterminer
(optional) User defined method for determining whether the action rule was a positive match
elMethod
Type: Clarion.Framework.Templates..::..EligibilityChecker
(optional) User defined method for determining whether the rule is eligible

See Also