Transaction Stubs: Data source selection¶
This page mirrors the Data source selection section from Transaction Stubs.
CreateDataSourceName¶
Source file, signature, and docstring
Member
TransactionStubBuilder.CreateDataSourceName(string dataSourceName)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Configures data source names on the current Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
ReadDataSourceNames¶
Source file, signature, and docstring
Member
TransactionStubBuilder.ReadDataSourceNames()
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Returns the configured data source names currently stored on the Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.
UpdateDataSourceName¶
Source file, signature, and docstring
Member
TransactionStubBuilder.UpdateDataSourceName(string existingValue, string newValue)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Updates the configured data source name stored on the current Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
DeleteDataSourceName¶
Source file, signature, and docstring
Member
TransactionStubBuilder.DeleteDataSourceName(string dataSourceName)
Kind function
Declaring Type TransactionStubBuilder
Source File QaaS.Mocker.Stubs/ConfigurationObjects/TransactionStubBuilder.cs
Signature
Docstring
Removes the configured data source name from the current Mocker transaction stub builder instance.
Use this method when working with the documented Mocker transaction stub builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.