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

The base constructor for implicit components

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

Syntax

C#
protected ImplicitComponent(
	ImplicitComponent..::..ImplicitComponentParameters pars,
	EligibilityChecker elChecker
)

Parameters

pars
Type: Clarion.Framework.Templates..::..ImplicitComponent..::..ImplicitComponentParameters
The parameters class containing the local parameters for the implicit component
elChecker
Type: Clarion.Framework.Templates..::..EligibilityChecker
(optional) Used for specifying a user-defined method for checking the eligibility of an implicit component

See Also