API Reference
LinkBuilder
Utilities to build documentation links to vendor sources for a given anchor.
Inheritance
- Object
- LinkBuilder
Constructors
public LinkBuilder() #Methods
public LinkBuilder Complements(String ruleName) #LinkBuilderAdds a link to a rule by name with Complements relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
Complements``1() #Adds a link indicating the current rule complements the specified rule.
public LinkBuilder ConfirmedBy(String ruleName) #LinkBuilderAdds a link to a rule by name with ConfirmedBy relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
ConfirmedBy``1() #Adds a link indicating the current rule is confirmed by the specified rule.
public LinkBuilder Confirms(String ruleName) #LinkBuilderAdds a link to a rule by name with Confirms relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
Confirms``1() #Adds a link indicating the current rule confirms the specified rule.
public LinkBuilder EquivalentTo(String ruleName) #LinkBuilderAdds a link to a rule by name with Equivalent relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
EquivalentTo``1() #Marks the specified rule as functionally equivalent to the current rule.
public LinkBuilder SupersededBy(String ruleName) #LinkBuilderAdds a link to a rule by name with SupersededBy relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
SupersededBy``1() #Marks the current rule as superseded by the specified rule.
public LinkBuilder Supersedes(String ruleName) #LinkBuilderAdds a link to a rule by name with Supersedes relation.
Type Parameters
- TTarget
Parameters
- ruleName System.String
Supersedes``1() #Marks the specified rule as superseded by the current rule.
Inherited Methods
Properties
public IReadOnlyList<RuleLink> Links { get; } #Built links so far.