Click or drag to resize
StaticAnalyzerGetConflictingRules Method
Finds the value conflicts base on value formats

Namespace: FlexRule.Decisions.Tables.StaticAnalysis
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IEnumerable<ConflictIssue> GetConflictingRules(
	IRuleSet ruleset = null,
	string baseFolder = null
)

Parameters

ruleset (Optional)
Type: FlexRule.Core.ModelIRuleSet
RuleSet to resolve dependencies
baseFolder (Optional)
Type: SystemString
Folder to resolve dependencies

Return Value

Type: IEnumerableConflictIssue
See Also