Click or drag to resize

DgmlWriter Constructor

Creates an instance of a DgmlWriter for a given session schema.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public DgmlWriter(
	ReteGraph schema
)

Parameters

schema
Type: NRules.DiagnosticsReteGraph
Rules session schema.
See Also