RuntimeEngineExtensions Class |
Inheritance Hierarchy
Namespace: FlexRuleAssembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static class RuntimeEngineExtensions
The RuntimeEngineExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | AddAssemblyPrivateLocation |
Appends a list of private folder paths to resolve custom assemblies and types on runtime.
|
  | AddDiscriminator | |
  | EnsureLoaded |
Ensures the underlaying transformed model is created for execution.
|
  | RegisterFormula |
Registers formulas into an engine
|
  | RegisterFunction(IExecutableModel, Object) | |
  | RegisterFunction(IExecutableModel, String, Delegate) | |
  | RegisterFunction(IExecutableModel, String, IExecutableModel, String) | |
  | RegisterFunction(IExecutableModel, String, MethodInfo, Object) | |
  | RegisterMultilingualMessage(IExecutableModel, Resource) | |
  | RegisterMultilingualMessage(IExecutableModel, IDictionaryString, String, CultureInfo) | |
  | RegisterType(IExecutableModel, Type, String) | |
  | RegisterType(IExecutableModel, String, String, String) | |
  | SetRootFolder |
Sets the root path of rules. So they can be found on runtime and addressed relatively.
|
Top
See Also