| RuntimeEngineFromXml Method (Stream, String) |
Namespace: FlexRuleAssembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static IRuntimeEngine FromXml(
Stream stream,
string baseFolder
)
Parameters
- stream
- Type: System.IOStream
A stream to an XML content of a base model - baseFolder
- Type: SystemString
Path to resolve all dependencies on execution plan creation
Return Value
Type:
IRuntimeEngine
See Also