Click or drag to resize
ModelLoaderGetUri Method
Resolve a uri to load a model

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 static string GetUri(
	string parameterName,
	IElementModel sourceModel,
	IVariableContainer continer,
	ActiveElement activeElement
)

Parameters

parameterName
Type: SystemString
sourceModel
Type: FlexRule.Core.ModelIElementModel
continer
Type: FlexRuleIVariableContainer
activeElement
Type: FlexRuleActiveElement

Return Value

Type: String
See Also