Click or drag to resize
AbstractElementActivatorFactoryCreate Method (ActiveElement, IElementModel, Object)
This method will be called during activation process of an element.

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

Parameters

parent
Type: FlexRuleActiveElement
The parent ActiveElement of the one is being created/
source
Type: FlexRule.Core.ModelIElementModel
The source of the element model
arguments
Type: SystemObject
Initializer arguments for construction of element

Return Value

Type: ActiveElement
This method must return corresponding ActiveElement of source parameter.
See Also