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

Checks to see if a ClarionComponent object is eligible to be used

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public delegate bool EligibilityChecker(
	ActivationCollection currentInput,
	ClarionComponent target
)

Parameters

currentInput
Type: Clarion.Framework..::..ActivationCollection
(optional) The current input
target
Type: Clarion.Framework.Core..::..ClarionComponent
(optional) The target whose eligibility is being considered

Return Value

True if the target is eligible, otherwise false

See Also