TestimoX

API Reference

Class

LinkBuilder

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

Utilities to build documentation links to vendor sources for a given anchor.

Inheritance

  • Object
  • LinkBuilder

Constructors

Methods

public LinkBuilder Complements(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with Complements relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
Complements``1() #

Adds a link indicating the current rule complements the specified rule.

public LinkBuilder ConfirmedBy(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with ConfirmedBy relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
ConfirmedBy``1() #

Adds a link indicating the current rule is confirmed by the specified rule.

public LinkBuilder Confirms(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with Confirms relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
Confirms``1() #

Adds a link indicating the current rule confirms the specified rule.

public LinkBuilder EquivalentTo(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with Equivalent relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
EquivalentTo``1() #

Marks the specified rule as functionally equivalent to the current rule.

public LinkBuilder SupersededBy(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with SupersededBy relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
SupersededBy``1() #

Marks the current rule as superseded by the specified rule.

public LinkBuilder Supersedes(String ruleName) #
Returns: LinkBuilder

Adds a link to a rule by name with Supersedes relation.

Type Parameters

TTarget

Parameters

ruleName System.String requiredposition: 0
Supersedes``1() #

Marks the specified rule as superseded by the current rule.

Properties