TestimoX

API Reference

Enum

RuleLinkRelation

Namespace TestimoX.Definitions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Relationship kind between a rule and an external document/resource.

Inheritance

  • Enum
  • RuleLinkRelation

Values

public const RuleLinkRelation Confirms #

This rule confirms another rule or document.

Value: 0
public const RuleLinkRelation ConfirmedBy #

This rule is confirmed by another rule or document.

Value: 1
public const RuleLinkRelation Complements #

This rule complements another rule (additional coverage or context).

Value: 2
public const RuleLinkRelation Supersedes #

This rule supersedes another rule; the superseded rule should be skipped unless explicitly included.

Value: 4
public const RuleLinkRelation SupersededBy #

This rule is superseded by another rule; prefer the successor for execution.

Value: 5
public const RuleLinkRelation Equivalent #

Rules are functionally equivalent; hosts may choose the preferred implementation.

Value: 6