Skip to content

Links

TL;DR — This page lists the public Runner functions in the Links category.

When to use

Use this page when you need source-backed signatures, declaring types, and XML doc comments for this function category.

Each entry uses the short function name as the table-of-contents label. Expand an entry to inspect its source file, signature, and XML doc comments.

The functions on this page are grouped by responsibility so related operations stay together.

Identity and hook selection

Named

Source file, signature, and docstring

Member LinkBuilder.Named(string name)

Kind function

Declaring Type LinkBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs

Signature

public LinkBuilder Named(string name)

Docstring

Sets the name used for the current Runner link builder instance.

Collection helpers

UpdateConfiguration

Source file, signature, and docstring

Member LinkBuilder.UpdateConfiguration(object configuration)

Kind function

Declaring Type LinkBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs

Signature

public LinkBuilder UpdateConfiguration(object configuration)

Docstring

Updates the configuration currently stored on the Runner link builder instance.

General

Configure

Source file, signature, and docstring

Member LinkBuilder.Configure(ILinkConfig config)

Kind function

Declaring Type LinkBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs

Signature

public LinkBuilder Configure(ILinkConfig config)

Docstring

Sets the configuration currently stored on the Runner link builder instance.

See also