Click or drag to resize
ModelLoaderLoad Method (IVariableContainer, IRuleSet, ActiveElement)
Load IElementModel from external or RuleSet by the first find of the Source element

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IElementModel Load(
	IVariableContainer container,
	IRuleSet referenceRule,
	ActiveElement owner = null
)

Parameters

container
Type: FlexRuleIVariableContainer
Running context`s container
referenceRule
Type: FlexRule.Core.ModelIRuleSet
Loaded RuleSet in the executor setup information
owner (Optional)
Type: FlexRuleActiveElement
ActiveElement that owns model loading process

Return Value

Type: IElementModel
See Also