| RuntimeEngineExtensionsEnsureLoaded Method |
Ensures the underlaying transformed model is created for execution.
Namespace: FlexRuleAssembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
Remarks
Some models like DecisionTable, Natural Language, Decision Requirement Diagram (DRD) and Information Requirement diagram (IRD) need to be transformed to either Validation or Flow for execution.
This process happens automatically on-demand when the first execution is required, but prior to call for execution if the transformed model needed, this method can force the engine to prepare the executable model.
See Also