Click or drag to resize
RuleSetFactoryFromRuleFiles Method (IEnumerableRuleSetFactoryRuleFile)
Creates a RuleSet with relative path and filename based addressing

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IRuleSet FromRuleFiles(
	IEnumerable<RuleSetFactoryRuleFile> files
)

Parameters

files
Type: System.Collections.GenericIEnumerableRuleSetFactoryRuleFile

Return Value

Type: IRuleSet
See Also