Show / Hide Table of Contents

Class CircularDependencyDetector

A service which detects circular dependencies between executable validation rules.

Inheritance
System.Object
CircularDependencyDetector
Implements
IDetectsCircularDependencies
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.dll
Syntax
public class CircularDependencyDetector : IDetectsCircularDependencies

Methods

| Improve this Doc View Source

GetCircularDependencies(IEnumerable<ExecutableRuleAndDependencies>)

Gets a collection of any circular dependencies which are detected.

Declaration
public IEnumerable<CircularDependency> GetCircularDependencies(IEnumerable<ExecutableRuleAndDependencies> rulesAndDependencies)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ExecutableRuleAndDependencies> rulesAndDependencies

A collection of the all of the rules and dependencies

Returns
Type Description
System.Collections.Generic.IEnumerable<CircularDependency>

A collection of circular dependency models, indicating the circular dependencies detected.

Implements

IDetectsCircularDependencies
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX