Click or drag to resize
ParamCollection Constructor (IActiveElementExecutionContextProvider, ITypeIdentifierRegistry, ActiveElement)

Namespace: FlexRule.Procedural
Assembly: FlexRule.Procedure (in FlexRule.Procedure.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ParamCollection(
	IActiveElementExecutionContextProvider contextProvider,
	ITypeIdentifierRegistry typeIdentifierRegistry,
	ActiveElement owner
)

Parameters

contextProvider
Type: FlexRuleIActiveElementExecutionContextProvider
typeIdentifierRegistry
Type: FlexRuleITypeIdentifierRegistry
owner
Type: FlexRuleActiveElement
See Also