Click or drag to resize
IRootActiveElementPrepare Method
Any pre- execution routines can be implemented here

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void Prepare(
	IActiveElementExecutionContextProvider contextProvider,
	ExecutorSetupInformation setup
)

Parameters

contextProvider
Type: FlexRuleIActiveElementExecutionContextProvider
setup
Type: FlexRuleExecutorSetupInformation
See Also