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
Syntaxpublic void WriteAllText(
string fileName
)
Parameters
- fileName
- Type: SystemString
File to write the session to.
See Also