Skip to content

Commit

Permalink
docs for Kit.Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
iJungleboy committed Dec 28, 2024
1 parent d6f387f commit 61bd6af
Show file tree
Hide file tree
Showing 23 changed files with 332 additions and 648 deletions.
17 changes: 13 additions & 4 deletions docs-src/filterConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,29 @@ apiRules:
# Exclude System.Object to avoid having .Equals and stuff
# in the documentation
- exclude:
uidRegex: ^System\.Object

- exclude:
uidRegex: ^System\.Net
uidRegex: ^Runtime\.CompilerServices

- exclude:
uidRegex: ^System\.Attribute

- exclude:
uidRegex: ^System\.IDisposable$

- exclude:
uidRegex: ^System\.Diagnostics

- exclude:
uidRegex: ^System\.Dynamic\.DynamicObject

- exclude:
uidRegex: ^System\.Net

- exclude:
uidRegex: ^System\.Object

- exclude:
uidRegex: ^System\.Runtime

- exclude:
uidRegex: ^System\.Web
# includes System.Web.WebPages and System.Web.ApiController
Expand Down
20 changes: 10 additions & 10 deletions docs-src/pages/abyss/platforms/oqtane/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ we created on installing Oqtane and 2sxc.
| Oqtane V. | Best | Compatible | Incompatible | Comments
| --- | ----- | ------------------- | ------------- | ---
| 6.0+ | 18.04 | ✅ 18.04 * | ⛔ pre 18.04 | Changes to DLLs included in Oqtane 6.0 (.net 9)
| 5.1.2+ | 18.03 | ✅ 18.00 * | ⛔ pre 18.00 | Some Render modes supported - see [limitation](xref:Abyss.Platforms.Oqtane.Install.IssueRender050102)
| 6.0+ | 19.00+ | ✅ 18.04+ | ⛔ pre 18.04 | Changes to DLLs included in Oqtane 6.0 (.net 9)
| 5.1.2+ | 18.03 | ✅ 18.00+ | ⛔ pre 18.00 | Some Render modes supported - see [limitation](xref:Abyss.Platforms.Oqtane.Install.IssueRender050102)
| **5.0+** | 17.06+ | ✅ 16.09+ | ⛔ pre 16.09 | .net 8 differences in System.Text.Json
| 4.0+ | 16.09 | ✅ 16.02 - 16.09 | ⛔ pre 16.02 | .net Framework and EF 7


For older versions, see the [older Oqtane and 2sxc Versions](#older-oqtane-and-2sxc-versions) section below.
Expand All @@ -49,19 +48,20 @@ When upgrading an existing Oqtane/2sxc you should follow these steps:

This compatibility table is for versions which are probably not in use anymore.

| Oqtane V. | Best | Compatible | Incompatible | Comments |
| --- | ----- | ------------------- | ------------- | --- |
| 3.4+ | unknown | ✅ 15.06+ | ⛔ pre 15.06 | Undo breaking changes in Permissions
| Oqtane V. | Best | Compatible | Incompatible | Comments
| --- | ----- | ------------------- | ------------- | ---
| 4.0+ | 16.09 | ✅ 16.02 - 16.09 | ⛔ pre 16.02 | .net Framework and EF 7
| 3.4+ | unknown | ✅ 15.06+ | ⛔ pre 15.06 | Undo breaking changes in Permissions
| 3.3+ | unknown | ✅ 15.05+ | ⛔ pre 15.04 | Breaking changes in Permissions
| 3.01.+ | 14.12 | ✅ 13.06 - 14.12 | ⛔ pre 13.06 / 15+ | Changes in Oqtane 3.3
| 2.3 | 12.10 | ✅ 12.04+ | ⛔ pre 12.04 |
| 3.00.03 | 13.02 | ✅ 13.01+ | ⛔ pre 13.01 / 13.06+ |
| 3.00.02 | 13.02 | ✅ 13.01+ | ⛔ pre 13.01 / 13.06+ |
| 3.00.03 | 13.02 | ✅ 13.01+ | ⛔ pre 13.01 / 13.06+ | ...
| 3.00.02 | 13.02 | ✅ 13.01+ | ⛔ pre 13.01 / 13.06+ | ...
| 3.00.01 | 13.02 | ✅ 13.01+ | ⛔ pre 13.01 / 13.06+ | Oqtane save/delete module settings
| 3.0 | 12.10 | ✅ 12.10+ | ⛔ pre 12.10 / 13.06+ | Changes in .net 6
| 2.3 | 12.10 | ✅ 12.04+ | ⛔ pre 12.04 | ...
| 2.2 | 12.06 | ✅ 12.04+ | ⛔ pre 12.04 | Changes in Bootstrap / jQuery & Authentication
| 2.1 | 12.04 | ✅ 12.04 | ⛔ 12.05 | Changes in Multi-Language
| 2.0 | 12.00 | ✅ 12.00 - 12.02 | ⛔ 12.04 |
| 2.0 | 12.00 | ✅ 12.00 - 12.02 | ⛔ 12.04 | first compatible release


---
Expand Down
40 changes: 20 additions & 20 deletions docs/abyss/platforms/oqtane/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ <h5>Tip</h5>
<tbody>
<tr>
<td>6.0+</td>
<td>18.04</td>
<td>✅ 18.04 *</td>
<td>19.00+</td>
<td>✅ 18.04+</td>
<td>⛔ pre 18.04</td>
<td>Changes to DLLs included in Oqtane 6.0 (.net 9)</td>
</tr>
<tr>
<td>5.1.2+</td>
<td>18.03</td>
<td>✅ 18.00 *</td>
<td>✅ 18.00+</td>
<td>⛔ pre 18.00</td>
<td>Some Render modes supported - see <a class="xref" href="issue-render-512.html">limitation</a></td>
</tr>
Expand All @@ -152,13 +152,6 @@ <h5>Tip</h5>
<td>⛔ pre 16.09</td>
<td>.net 8 differences in System.Text.Json</td>
</tr>
<tr>
<td>4.0+</td>
<td>16.09</td>
<td>✅ 16.02 - 16.09</td>
<td>⛔ pre 16.02</td>
<td>.net Framework and EF 7</td>
</tr>
</tbody>
</table>
<p>For older versions, see the <a href="#older-oqtane-and-2sxc-versions">older Oqtane and 2sxc Versions</a> section below.</p>
Expand All @@ -184,6 +177,13 @@ <h2 id="older-oqtane-and-2sxc-versions">Older Oqtane and 2sxc Versions</h2>
</thead>
<tbody>
<tr>
<td>4.0+</td>
<td>16.09</td>
<td>✅ 16.02 - 16.09</td>
<td>⛔ pre 16.02</td>
<td>.net Framework and EF 7</td>
</tr>
<tr>
<td>3.4+</td>
<td>unknown</td>
<td>✅ 15.06+</td>
Expand All @@ -205,25 +205,18 @@ <h2 id="older-oqtane-and-2sxc-versions">Older Oqtane and 2sxc Versions</h2>
<td>Changes in Oqtane 3.3</td>
</tr>
<tr>
<td>2.3</td>
<td>12.10</td>
<td>✅ 12.04+</td>
<td>⛔ pre 12.04</td>
<td></td>
</tr>
<tr>
<td>3.00.03</td>
<td>13.02</td>
<td>✅ 13.01+</td>
<td>⛔ pre 13.01 / 13.06+</td>
<td></td>
<td>...</td>
</tr>
<tr>
<td>3.00.02</td>
<td>13.02</td>
<td>✅ 13.01+</td>
<td>⛔ pre 13.01 / 13.06+</td>
<td></td>
<td>...</td>
</tr>
<tr>
<td>3.00.01</td>
Expand All @@ -240,6 +233,13 @@ <h2 id="older-oqtane-and-2sxc-versions">Older Oqtane and 2sxc Versions</h2>
<td>Changes in .net 6</td>
</tr>
<tr>
<td>2.3</td>
<td>12.10</td>
<td>✅ 12.04+</td>
<td>⛔ pre 12.04</td>
<td>...</td>
</tr>
<tr>
<td>2.2</td>
<td>12.06</td>
<td>✅ 12.04+</td>
Expand All @@ -258,7 +258,7 @@ <h2 id="older-oqtane-and-2sxc-versions">Older Oqtane and 2sxc Versions</h2>
<td>12.00</td>
<td>✅ 12.00 - 12.02</td>
<td>⛔ 12.04</td>
<td></td>
<td>first compatible release</td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../../">


<meta name="docfx:docurl" content="https://github.com/2sic/eav-server/new/develop/apiSpec/new?filename=System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute.md&amp;value=---%0Auid%3A%20System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/2sic/2sxc/new/develop/apiSpec/new?filename=System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute.md&amp;value=---%0Auid%3A%20System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -105,12 +105,12 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute" data-uid="System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute" class="text-break">
Class SetsRequiredMembersAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L26"><i class="bi bi-code-slash"></i></a>
Class SetsRequiredMembersAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L24"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="System.html">System</a>.<a class="xref" href="System.Diagnostics.html">Diagnostics</a>.<a class="xref" href="System.Diagnostics.CodeAnalysis.html">CodeAnalysis</a></dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Eav.Core.dll</dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Sxc.dll</dd></dl>
</div>

<div class="markdown summary"></div>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h1 id="System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute" data-uid="
</article>

<div class="contribution d-print-none">
<a href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L26" class="edit-link">Edit this page</a>
<a href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L24" class="edit-link">Edit this page</a>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../../">


<meta name="docfx:docurl" content="https://github.com/2sic/eav-server/new/develop/apiSpec/new?filename=System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute.md&amp;value=---%0Auid%3A%20System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/2sic/2sxc/new/develop/apiSpec/new?filename=System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute.md&amp;value=---%0Auid%3A%20System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -105,12 +105,12 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute" data-uid="System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute" class="text-break">
Class CompilerFeatureRequiredAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L16"><i class="bi bi-code-slash"></i></a>
Class CompilerFeatureRequiredAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L14"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="System.html">System</a>.<a class="xref" href="System.Runtime.html">Runtime</a>.<a class="xref" href="System.Runtime.CompilerServices.html">CompilerServices</a></dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Eav.Core.dll</dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Sxc.dll</dd></dl>
</div>

<div class="markdown summary"></div>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute__ctor_System_String_" data-uid="System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.#ctor(System.String)">
CompilerFeatureRequiredAttribute(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L18"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L16"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -185,7 +185,7 @@ <h4 class="section">Parameters</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L16" class="edit-link">Edit this page</a>
<a href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L14" class="edit-link">Edit this page</a>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../../">


<meta name="docfx:docurl" content="https://github.com/2sic/eav-server/new/develop/apiSpec/new?filename=System_Runtime_CompilerServices_RequiredMemberAttribute.md&amp;value=---%0Auid%3A%20System.Runtime.CompilerServices.RequiredMemberAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/2sic/2sxc/new/develop/apiSpec/new?filename=System_Runtime_CompilerServices_RequiredMemberAttribute.md&amp;value=---%0Auid%3A%20System.Runtime.CompilerServices.RequiredMemberAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -105,12 +105,12 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="System_Runtime_CompilerServices_RequiredMemberAttribute" data-uid="System.Runtime.CompilerServices.RequiredMemberAttribute" class="text-break">
Class RequiredMemberAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L14"><i class="bi bi-code-slash"></i></a>
Class RequiredMemberAttribute <a class="header-action link-secondary" title="View source" href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L12"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="System.html">System</a>.<a class="xref" href="System.Runtime.html">Runtime</a>.<a class="xref" href="System.Runtime.CompilerServices.html">CompilerServices</a></dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Eav.Core.dll</dd></dl>
<dl><dt>Assembly</dt><dd>ToSic.Sxc.dll</dd></dl>
</div>

<div class="markdown summary"></div>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h1 id="System_Runtime_CompilerServices_RequiredMemberAttribute" data-uid="Syste
</article>

<div class="contribution d-print-none">
<a href="https://github.com/2sic/eav-server/blob/develop/ToSic.Eav.Core/System.Runtime.CompilerServices.cs/#L14" class="edit-link">Edit this page</a>
<a href="https://github.com/2sic/2sxc/blob/develop/Src/Sxc/ToSic.Sxc/System.Runtime.CompilerServices.cs/#L12" class="edit-link">Edit this page</a>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1 id="ToSic_Eav_DataFormats_EavLight_EavLightEntity" data-uid="ToSic.Eav.DataF

<div class="codewrapper">
<pre><code class="lang-csharp hljs">[InternalApi_DoNotUse_MayChangeWithoutNotice(&quot;Internal DTO objects are documented for better understanding, but can change with time. You usually will not need them in your code. &quot;)]
public class EavLightEntity : Dictionary&lt;string, object&gt;, IDictionary&lt;string, object&gt;, ICollection&lt;KeyValuePair&lt;string, object&gt;&gt;, IDictionary, ICollection, IReadOnlyDictionary&lt;string, object&gt;, IReadOnlyCollection&lt;KeyValuePair&lt;string, object&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;string, object&gt;&gt;, IEnumerable, ISerializable, IDeserializationCallback</code></pre>
public class EavLightEntity : Dictionary&lt;string, object&gt;, IDictionary&lt;string, object&gt;, ICollection&lt;KeyValuePair&lt;string, object&gt;&gt;, IDictionary, ICollection, IReadOnlyDictionary&lt;string, object&gt;, IReadOnlyCollection&lt;KeyValuePair&lt;string, object&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;string, object&gt;&gt;, IEnumerable</code></pre>
</div>


Expand All @@ -149,8 +149,6 @@ <h1 id="ToSic_Eav_DataFormats_EavLight_EavLightEntity" data-uid="ToSic.Eav.DataF
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <span class="xref">object</span>&gt;&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <span class="xref">object</span>&gt;&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
</dd>
</dl>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 id="ToSic_Eav_DataSource_ConfigurationAttribute" data-uid="ToSic.Eav.DataSou
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[PublicApi]
[AttributeUsage(AttributeTargets.Property)]
public class ConfigurationAttribute : Attribute, _Attribute</code></pre>
public class ConfigurationAttribute : Attribute</code></pre>
</div>


Expand All @@ -143,12 +143,6 @@ <h1 id="ToSic_Eav_DataSource_ConfigurationAttribute" data-uid="ToSic.Eav.DataSou
</dd>
</dl>

<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute">_Attribute</a></div>
</dd>
</dl>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1 id="ToSic_Eav_DataSource_VisualQuery_VisualQueryAttribute" data-uid="ToSic.E
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[PublicApi]
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class VisualQueryAttribute : Attribute, _Attribute, IHasIdentityNameId</code></pre>
public class VisualQueryAttribute : Attribute, IHasIdentityNameId</code></pre>
</div>


Expand All @@ -141,7 +141,6 @@ <h1 id="ToSic_Eav_DataSource_VisualQuery_VisualQueryAttribute" data-uid="ToSic.E
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute">_Attribute</a></div>
<div><a class="xref" href="ToSic.Lib.Data.IHasIdentityNameId.html">IHasIdentityNameId</a></div>
</dd>
</dl>
Expand Down
Loading

0 comments on commit 61bd6af

Please sign in to comment.