Click or drag to resize
IRuntimeEngine Methods

The IRuntimeEngine type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAddAssemblyPrivateLocation
Appends a list of private folder paths to resolve custom assemblies and types on runtime.
(Defined by RuntimeEngineExtensions.)
Public Extension MethodEnsureLoaded
Ensures the underlaying transformed model is created for execution.
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterFormula
Registers formulas into an engine
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterFunction(Object)Overloaded.
Registers all the methods on the type that are marked by FunctionAttribute
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterFunction(String, Delegate)Overloaded.
Registers all the methods on the type that are marked by FunctionAttribute
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterFunction(String, MethodInfo, Object)Overloaded.
Registers another IExecutableModel as a function
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterFunction(String, IExecutableModel, String)Overloaded.
Registers another IExecutableModel as a function
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterMultilingualMessage(Resource)Overloaded. (Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterMultilingualMessage(IDictionaryString, String, CultureInfo)Overloaded. (Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterType(Type, String)Overloaded.
Registers a type on execution context inside both IVariableContainer and TypeIdRegistry.
(Defined by RuntimeEngineExtensions.)
Public Extension MethodRegisterType(String, String, String)Overloaded.
Registers a type on execution context inside both IVariableContainer and TypeIdRegistry.
(Defined by RuntimeEngineExtensions.)
Public Extension MethodSetRootFolder
Sets the root path of rules. So they can be found on runtime and addressed relatively.
(Defined by RuntimeEngineExtensions.)
Top
See Also