Click or drag to resize

DgmlWriterWriteAllText Method

Writes DGML graph representing a given rules session to a file.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public void WriteAllText(
	string fileName
)

Parameters

fileName
Type: SystemString
File to write the session to.
See Also