Click or drag to resize
RuntimeEngineFromXml Method (Byte, String)
Creates an IRuntimeEngine instance.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IRuntimeEngine FromXml(
	byte[] content,
	string baseFolder
)

Parameters

content
Type: SystemByte
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