Data Sources: Identity and hook selection¶
This page mirrors the Identity and hook selection section from Data Sources.
Named¶
Source file, signature, and docstring
Member
DataSourceBuilder.Named(string name)
Kind function
Declaring Type DataSourceBuilder
Source File QaaS.Framework.SDK/DataSourceObjects/DataSourceBuilder.cs
Signature
Docstring
Sets the name used for the current Framework data source builder instance.
Use this method when working with the documented Framework data source builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
HookNamed¶
Source file, signature, and docstring
Member
DataSourceBuilder.HookNamed(string hookName)
Kind function
Declaring Type DataSourceBuilder
Source File QaaS.Framework.SDK/DataSourceObjects/DataSourceBuilder.cs
Signature
Docstring
Sets the hook implementation name used by the current Framework data source builder instance.
Use this method when working with the documented Framework data source builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.