fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -102,7 +102,7 @@ Class CubeTreeFile
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class CubeTreeFile : IMakeXmlSource, ISourceFile</code></pre>
<pre><code class="lang-csharp hljs">public class CubeTreeFile : IMakeXmlSource, ISourceFile, IToPresentDto</code></pre>
</div>
@@ -121,6 +121,7 @@ Class CubeTreeFile
<dd>
<div><a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a></div>
<div><a class="xref" href="Hi.Common.ISourceFile.html">ISourceFile</a></div>
<div><a class="xref" href="Hi.Common.IToPresentDto.html">IToPresentDto</a></div>
</dd>
</dl>
@@ -470,6 +471,40 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_Cbtr_CubeTreeFile_ToPresentDto_" data-uid="Hi.Cbtr.CubeTreeFile.ToPresentDto*"></a>
<h3 id="Hi_Cbtr_CubeTreeFile_ToPresentDto" data-uid="Hi.Cbtr.CubeTreeFile.ToPresentDto">
ToPresentDto()
</h3>
<div class="markdown level1 summary"><p>Convert to presentation DTO (Data Transfer Object) for JSON serialization.
The returned object includes type metadata for web API presentation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public object ToPresentDto()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
<dd><p>DTO object with type and object properties</p>
</dd>
</dl>
</article>