From a51718f226fe09da14e152f24e75f1ea6087eee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Sep 2025 01:35:50 +0000 Subject: [PATCH] APIGenerator workflow results - 2025-09-21 01:35:50 --- docs/oM/UI/UI/Interfaces/IParamUpdate.md | 2 +- docs/oM/UI/UI/ParamInfo.md | 4 ++-- docs/oM/UI/UI/Updates/ParamAdded.md | 2 +- docs/oM/UI/UI/Updates/ParamMoved.md | 2 +- docs/oM/UI/UI/Updates/ParamRemoved.md | 2 +- docs/oM/UI/UI/Updates/ParamReplaced.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/oM/UI/UI/Interfaces/IParamUpdate.md b/docs/oM/UI/UI/Interfaces/IParamUpdate.md index 209e06cc3e..9ca4563837 100644 --- a/docs/oM/UI/UI/Interfaces/IParamUpdate.md +++ b/docs/oM/UI/UI/Interfaces/IParamUpdate.md @@ -45,7 +45,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine | +| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Converts a parameter update to text representation. | - | UI_Engine | ## Code and Schema diff --git a/docs/oM/UI/UI/ParamInfo.md b/docs/oM/UI/UI/ParamInfo.md index 06d78d0a34..8704b8a8e2 100644 --- a/docs/oM/UI/UI/ParamInfo.md +++ b/docs/oM/UI/UI/ParamInfo.md @@ -55,8 +55,8 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| Depth | [int](https://learn.microsoft.com/en-us/dotnet/api/System.Int32?view=netstandard-2.0) | - | - | UI_Engine | -| SubType | [Type](https://learn.microsoft.com/en-us/dotnet/api/System.Type?view=netstandard-2.0) | - | - | UI_Engine | +| Depth | [int](https://learn.microsoft.com/en-us/dotnet/api/System.Int32?view=netstandard-2.0) | Gets the depth of a parameter info. | - | UI_Engine | +| SubType | [Type](https://learn.microsoft.com/en-us/dotnet/api/System.Type?view=netstandard-2.0) | Gets the sub type of a parameter info. | - | UI_Engine | ## Code and Schema diff --git a/docs/oM/UI/UI/Updates/ParamAdded.md b/docs/oM/UI/UI/Updates/ParamAdded.md index 2820689233..66b4c4f65f 100644 --- a/docs/oM/UI/UI/Updates/ParamAdded.md +++ b/docs/oM/UI/UI/Updates/ParamAdded.md @@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine | +| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Converts a parameter update to text representation. | - | UI_Engine | ## Code and Schema diff --git a/docs/oM/UI/UI/Updates/ParamMoved.md b/docs/oM/UI/UI/Updates/ParamMoved.md index 5d0b380397..442b85e51b 100644 --- a/docs/oM/UI/UI/Updates/ParamMoved.md +++ b/docs/oM/UI/UI/Updates/ParamMoved.md @@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine | +| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Converts a parameter update to text representation. | - | UI_Engine | ## Code and Schema diff --git a/docs/oM/UI/UI/Updates/ParamRemoved.md b/docs/oM/UI/UI/Updates/ParamRemoved.md index 6055d6bd3d..df287211d7 100644 --- a/docs/oM/UI/UI/Updates/ParamRemoved.md +++ b/docs/oM/UI/UI/Updates/ParamRemoved.md @@ -50,7 +50,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine | +| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Converts a parameter update to text representation. | - | UI_Engine | ## Code and Schema diff --git a/docs/oM/UI/UI/Updates/ParamReplaced.md b/docs/oM/UI/UI/Updates/ParamReplaced.md index 6571520798..9fd45d5595 100644 --- a/docs/oM/UI/UI/Updates/ParamReplaced.md +++ b/docs/oM/UI/UI/Updates/ParamReplaced.md @@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng | Name | Type | Description | Quantity | Engine | |------------------|------------------|------------------|------------------|------------------| -| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine | +| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | Converts a parameter update to text representation. | - | UI_Engine | ## Code and Schema