Click or drag to resize
IActiveElementExecutorChangeInnerAllChildsExecutionMode Method
Change state of all internal children to a specific mode while considers an exception

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void ChangeInnerAllChildsExecutionMode(
	ActiveElement item,
	ExecutionBehaviourMode mode,
	params ActiveElement[] but
)

Parameters

item
Type: FlexRuleActiveElement
mode
Type: FlexRuleExecutionBehaviourMode
Sets execution behaviour for item
but
Type: FlexRuleActiveElement
Exception to not change these elements
See Also