Skip to content

Commit 8b13363

Browse files
APIGenerator workflow results - 2025-11-30 01:37:19
1 parent a59e136 commit 8b13363

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/oM/Framework/Base/Interface/IInitialisationSettings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ The following properties are defined on the interface
2626

2727
| Name | Type | Description | Quantity |
2828
|------------------|------------------|------------------|------------------|
29-
| InitialisationMethod | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - |
29+
| InitialisationMethod | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Method used to intialise the toolkit. It has to be written has follows: '<Full namespace>.<Declaring type>.<Method name>' | - |
30+
| InitialisationAssembly | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Name of the method containing teh initialisation assembly. Only provide the name of the assembly itself, no file path or extension. | - |
3031

3132

3233
## Code and Schema

0 commit comments

Comments
 (0)