Click or drag to resize

DgmlWriterWriteXml Method

Writes DGML graph representing a given rules session to the provided XmlWriter.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
XmlWriter to write the session to.
See Also