API Reference
Enum
RuleLinkRelation
Relationship kind between a rule and an external document/resource.
Inheritance
- Enum
- RuleLinkRelation
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const RuleLinkRelation ConfirmedBy #This rule is confirmed by another rule or document.
Value:
1public const RuleLinkRelation Complements #This rule complements another rule (additional coverage or context).
Value:
2public const RuleLinkRelation Supersedes #This rule supersedes another rule; the superseded rule should be skipped unless explicitly included.
Value:
4public const RuleLinkRelation SupersededBy #This rule is superseded by another rule; prefer the successor for execution.
Value:
5public const RuleLinkRelation Equivalent #Rules are functionally equivalent; hosts may choose the preferred implementation.
Value:
6