Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Mar 31, 2023
1 parent eb5a5d6 commit 93dc9f4
Show file tree
Hide file tree
Showing 364 changed files with 8,669 additions and 6,994 deletions.
20 changes: 11 additions & 9 deletions docs/api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@
<article class="content wrap" id="_content" data-uid="AXSharp.Abstractions.Presentation.EmptyGroupProvider">



<h1 id="AXSharp_Abstractions_Presentation_EmptyGroupProvider" data-uid="AXSharp.Abstractions.Presentation.EmptyGroupProvider" class="text-break">Class EmptyGroupProvider
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">object</span></div>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">EmptyGroupProvider</span></div>
</div>
<div class="implements">
Expand All @@ -97,25 +98,25 @@ <h5>Implements</h5>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">object.Equals(object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<span class="xref">object.Equals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<span class="xref">object.GetHashCode()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<span class="xref">object.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<span class="xref">object.MemberwiseClone()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<span class="xref">object.ReferenceEquals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<span class="xref">object.ToString()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">AXSharp</span>.<span class="xref">Abstractions</span>.<a class="xref" href="AXSharp.Abstractions.Presentation.html">Presentation</a></h6>
Expand Down Expand Up @@ -168,7 +169,7 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td>(<span class="xref">string</span> <span class="xref">assembly</span>, <span class="xref">string</span> <span class="xref">fullTypeName</span>)</td>
<td>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.assembly">assembly</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.fulltypename">fullTypeName</a>)</td>
<td></td>
</tr>
</tbody>
Expand All @@ -177,6 +178,7 @@ <h3 id="implements">Implements</h3>
<div>
<a class="xref" href="AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html">IGroupLayoutProvider</a>
</div>

</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@
<article class="content wrap" id="_content" data-uid="AXSharp.Abstractions.Presentation.EmptyPresentationProvider">



<h1 id="AXSharp_Abstractions_Presentation_EmptyPresentationProvider" data-uid="AXSharp.Abstractions.Presentation.EmptyPresentationProvider" class="text-break">Class EmptyPresentationProvider
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">object</span></div>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">EmptyPresentationProvider</span></div>
</div>
<div class="implements">
Expand All @@ -97,25 +98,25 @@ <h5>Implements</h5>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">object.Equals(object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<span class="xref">object.Equals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<span class="xref">object.GetHashCode()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<span class="xref">object.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<span class="xref">object.MemberwiseClone()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<span class="xref">object.ReferenceEquals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<span class="xref">object.ToString()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">AXSharp</span>.<span class="xref">Abstractions</span>.<a class="xref" href="AXSharp.Abstractions.Presentation.html">Presentation</a></h6>
Expand Down Expand Up @@ -168,7 +169,7 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td>(<span class="xref">string</span> <span class="xref">assembly</span>, <span class="xref">string</span> <span class="xref">fullTypeName</span>)</td>
<td>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.assembly">assembly</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.fulltypename">fullTypeName</a>)</td>
<td></td>
</tr>
</tbody>
Expand All @@ -177,6 +178,7 @@ <h3 id="implements">Implements</h3>
<div>
<a class="xref" href="AXSharp.Abstractions.Presentation.ILayoutProvider.html">ILayoutProvider</a>
</div>

</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<article class="content wrap" id="_content" data-uid="AXSharp.Abstractions.Presentation.IGroupLayoutProvider">



<h1 id="AXSharp_Abstractions_Presentation_IGroupLayoutProvider" data-uid="AXSharp.Abstractions.Presentation.IGroupLayoutProvider" class="text-break">Interface IGroupLayoutProvider
</h1>
<div class="markdown level0 summary"></div>
Expand Down Expand Up @@ -135,11 +136,12 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td>(<span class="xref">string</span> <span class="xref">assembly</span>, <span class="xref">string</span> <span class="xref">fullTypeName</span>)</td>
<td>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.assembly">assembly</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.fulltypename">fullTypeName</a>)</td>
<td></td>
</tr>
</tbody>
</table>

</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<article class="content wrap" id="_content" data-uid="AXSharp.Abstractions.Presentation.ILayoutProvider">



<h1 id="AXSharp_Abstractions_Presentation_ILayoutProvider" data-uid="AXSharp.Abstractions.Presentation.ILayoutProvider" class="text-break">Interface ILayoutProvider
</h1>
<div class="markdown level0 summary"></div>
Expand Down Expand Up @@ -135,11 +136,12 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td>(<span class="xref">string</span> <span class="xref">assembly</span>, <span class="xref">string</span> <span class="xref">fullTypeName</span>)</td>
<td>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.assembly">assembly</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetuple-system.string,system.string-.fulltypename">fullTypeName</a>)</td>
<td></td>
</tr>
</tbody>
</table>

</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,37 +81,38 @@
<article class="content wrap" id="_content" data-uid="AXSharp.Abstractions.Presentation.PresentationProvider">



<h1 id="AXSharp_Abstractions_Presentation_PresentationProvider" data-uid="AXSharp.Abstractions.Presentation.PresentationProvider" class="text-break">Class PresentationProvider
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">object</span></div>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">PresentationProvider</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">object.Equals(object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<span class="xref">object.Equals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<span class="xref">object.GetHashCode()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<span class="xref">object.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<span class="xref">object.MemberwiseClone()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<span class="xref">object.ReferenceEquals(object, object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<span class="xref">object.ToString()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">AXSharp</span>.<span class="xref">Abstractions</span>.<a class="xref" href="AXSharp.Abstractions.Presentation.html">Presentation</a></h6>
Expand Down Expand Up @@ -266,6 +267,7 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>

</article>
</div>

Expand Down
Loading

0 comments on commit 93dc9f4

Please sign in to comment.