Class CircularDependency
A model which describes a singular circular dependency.
Inheritance
System.Object
CircularDependency
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)
Namespace: CSF.Validation.RuleExecution
Assembly: CSF.Validation.dll
Syntax
public class CircularDependency
Properties
| Improve this Doc View SourceDependencyChain
Gets or sets an ordered list which describes the chain of executable rules whose interdependencies lead to a circular dependency.
Declaration
public IList<ExecutableRule> DependencyChain { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ExecutableRule> |
Methods
| Improve this Doc View SourceToString()
Gets a string which represents the current instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A human-readable string. |
Overrides
System.Object.ToString()