Click or drag to resize
RuntimeEngineFromXml Method (Stream)
Creates an IRuntimeEngine instance from a stream of XML content.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IRuntimeEngine FromXml(
	Stream stream
)

Parameters

stream
Type: System.IOStream

Return Value

Type: IRuntimeEngine
See Also