Click or drag to resize
ActiveElementExecutorBaseExecuteAllChilds Method
Execute the active element item

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public abstract Object ExecuteAllChilds(
	ActiveElement item
)

Parameters

item
Type: FlexRuleActiveElement

Return Value

Type: Object
Execution of an element can return value if required

Implements

IActiveElementExecutorExecuteAllChilds(ActiveElement)
See Also