Bumped core to 2.15.1 stable

This commit is contained in:
Jedd Morgan
2023-08-31 12:08:14 +01:00
parent e1a3ae6b9c
commit 5d92e12eff
6 changed files with 8 additions and 25 deletions
@@ -1525,6 +1525,11 @@
<param name="logConfiguration">Input configuration object.</param>
<returns>Logger instance</returns>
</member>
<member name="T:Speckle.Core.Logging.SpeckleNonUserFacingException">
<summary>
These are exceptions who's message is not user friendly
</summary>
</member>
<member name="T:Speckle.Core.Models.DetachProperty">
<summary>
<para>Flags an object's property as being detachable.</para>
@@ -2013,7 +2018,7 @@
Traverses until finds a convertable object then HALTS deeper traversal
</summary>
<remarks>
Current <see cref="!:Objects.Converter.Revit.ConverterRevit"/> does traversal,
Current <see cref="!:Converter&lt;TInput,TOutput&gt;.Revit.ConverterRevit"/> does traversal,
so this traversal is a shallow traversal for directly convertable objects,
and a deep traversal for all other types
</remarks>
@@ -1874,21 +1874,9 @@
<member name="M:Objects.ObjectsKit.LoadConverter(System.String)">
<inheritdoc/>
</member>
<member name="T:Objects.Organization.Model">
<summary>
Represents a model from an authoring application and can be used as the root commit object when sending.
It contains <see cref="T:Objects.Organization.ModelInfo"/> and <see cref="T:Objects.Organization.Setting"/> objects
</summary>
</member>
<member name="P:Objects.Organization.Model.info">
<summary>
General model-wide information stored in a <see cref="T:Objects.Organization.ModelInfo"/> object.
This may include anything from simply a project / file name to specific location information (eg with <see cref="T:Objects.Organization.BIMModelInfo"/>)
</summary>
</member>
<member name="T:Objects.Organization.ModelInfo">
<summary>
Basic model info class to be attached to the <see cref="P:Objects.Organization.Model.info"/> field on a <see cref="T:Objects.Organization.Model"/> object.
Basic model info class to be attached to the <see cref="!:Model.info"/> field on a <see cref="!:Model"/> object.
It contains general information about the model and can be extended or subclassed to include more application-specific
information.
</summary>
@@ -1905,7 +1893,7 @@
</member>
<member name="T:Objects.Organization.BIMModelInfo">
<summary>
Extended <see cref="T:Objects.Organization.ModelInfo"/> to be attached to the <see cref="P:Objects.Organization.Model.info"/> field on a <see cref="T:Objects.Organization.Model"/> object.
Extended <see cref="T:Objects.Organization.ModelInfo"/> to be attached to the <see cref="!:Model.info"/> field on a <see cref="!:Model"/> object.
This contains additional properties applicable to AEC projects.
</summary>
</member>
@@ -1949,16 +1937,6 @@
A list of origin locations within this model as a list of <see cref="T:Objects.Other.Transform"/>s
</summary>
</member>
<member name="P:Objects.Organization.Setting.name">
<summary>
The name of the setting
</summary>
</member>
<member name="P:Objects.Organization.Setting.selection">
<summary>
The objects selected in the setting
</summary>
</member>
<member name="T:Objects.Other.BlockDefinition">
<summary>
Block definition class