Skip to content

Commit 7013c27

Browse files
Merge pull request #9 from BHoM/automatic-api-updates
API Updates
2 parents 2c402e5 + a51718f commit 7013c27

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/oM/UI/UI/Interfaces/IParamUpdate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
4545

4646
| Name | Type | Description | Quantity | Engine |
4747
|------------------|------------------|------------------|------------------|------------------|
48-
| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine |
48+
| 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 |
4949

5050

5151
## Code and Schema

docs/oM/UI/UI/ParamInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The following properties are defined as extension methods in one of the BHoM_Eng
5555

5656
| Name | Type | Description | Quantity | Engine |
5757
|------------------|------------------|------------------|------------------|------------------|
58-
| Depth | [int](https://learn.microsoft.com/en-us/dotnet/api/System.Int32?view=netstandard-2.0) | - | - | UI_Engine |
59-
| SubType | [Type](https://learn.microsoft.com/en-us/dotnet/api/System.Type?view=netstandard-2.0) | - | - | UI_Engine |
58+
| 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 |
59+
| 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 |
6060

6161

6262
## Code and Schema

docs/oM/UI/UI/Updates/ParamAdded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
5151

5252
| Name | Type | Description | Quantity | Engine |
5353
|------------------|------------------|------------------|------------------|------------------|
54-
| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine |
54+
| 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 |
5555

5656

5757
## Code and Schema

docs/oM/UI/UI/Updates/ParamMoved.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
5151

5252
| Name | Type | Description | Quantity | Engine |
5353
|------------------|------------------|------------------|------------------|------------------|
54-
| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine |
54+
| 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 |
5555

5656

5757
## Code and Schema

docs/oM/UI/UI/Updates/ParamRemoved.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
5050

5151
| Name | Type | Description | Quantity | Engine |
5252
|------------------|------------------|------------------|------------------|------------------|
53-
| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine |
53+
| 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 |
5454

5555

5656
## Code and Schema

docs/oM/UI/UI/Updates/ParamReplaced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
5151

5252
| Name | Type | Description | Quantity | Engine |
5353
|------------------|------------------|------------------|------------------|------------------|
54-
| IToText | [string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0) | - | - | UI_Engine |
54+
| 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 |
5555

5656

5757
## Code and Schema

0 commit comments

Comments
 (0)