Skip to content

Sessions: Collection helpers

TL;DR — This page mirrors the Collection helpers section from Sessions as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddMockerCommand

Source file, signature, and docstring

Member SessionBuilder.AddMockerCommand(MockerCommandBuilder mockerCommandBuilder)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder AddMockerCommand(MockerCommandBuilder mockerCommandBuilder)

Docstring

Adds the supplied mocker command to the current Runner session builder instance.

UpdateMockerCommand

Source file, signature, and docstring

Member SessionBuilder.UpdateMockerCommand(string name, MockerCommandBuilder mockerCommandBuilder)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder UpdateMockerCommand(string name, MockerCommandBuilder mockerCommandBuilder)

Docstring

Updates the configured mocker command stored on the current Runner session builder instance.

RemoveMockerCommand

Source file, signature, and docstring

Member SessionBuilder.RemoveMockerCommand(string name)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder RemoveMockerCommand(string name)

Docstring

Removes the configured mocker command from the current Runner session builder instance.

RemoveMockerCommandAt

Source file, signature, and docstring

Member SessionBuilder.RemoveMockerCommandAt(int index)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder RemoveMockerCommandAt(int index)

Docstring

Removes the configured mocker command at the specified index from the current Runner session builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also