Click or drag to resize
DecisionFactoryCreate Method (ActiveElement, IElementModel, Object)

Namespace: FlexRule.Decisions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public override ActiveElement Create(
	ActiveElement parent,
	IElementModel source,
	Object[] arguments
)

Parameters

parent
Type: FlexRuleActiveElement
source
Type: FlexRule.Core.ModelIElementModel
arguments
Type: SystemObject

Return Value

Type: ActiveElement
See Also