Click or drag to resize

DgmlWriterSetRuleFilter Method

Sets a filter for Rete graph nodes, such that only nodes that belong to the given set of rules is serialized, along with the connecting graph edges.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public void SetRuleFilter(
	IEnumerable<string> ruleNames
)

Parameters

ruleNames
Type: System.Collections.GenericIEnumerableString
Set of rules to use as a filter, or null to remove the filter.
See Also