Click or drag to resize
ModelLoader Class
Loads an external model using variable container information
Inheritance Hierarchy
SystemObject
  FlexRule.Core.ModelModelLoader

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 class ModelLoader

The ModelLoader type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySourceParameterName
Public propertyUri
Top
Methods
  NameDescription
Public methodStatic memberGetUri
Resolve a uri to load a model
Public methodLoad(IVariableContainer, IRuleSet, ActiveElement)
Load IElementModel from external or RuleSet by the first find of the Source element
Public methodLoad(IElementModel, IVariableContainer, IRuleSet, ActiveElement)
Load IElementModel from external or RuleSet by the provided Source element
Public methodStatic memberResolveSourceElementModel
Validates the ae that must hold a source address element model
Top
Fields
  NameDescription
Public fieldStatic memberParamUri
Top
Extension Methods
See Also