This commit is contained in:
2026-01-08 21:07:15 +08:00
parent f7f4fe0aac
commit f81f03cb13
279 changed files with 6575 additions and 5080 deletions
@@ -102,7 +102,7 @@ Class StaticTranslation
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class StaticTranslation : IStaticTransformer, ITransformer, IMakeXmlSource, IGetInverseTransformer</code></pre>
<pre><code class="lang-csharp hljs">public class StaticTranslation : IStaticTransformer, ITransformer, IMakeXmlSource, IGetInverseTransformer, IToPresentDto</code></pre>
</div>
@@ -123,6 +123,7 @@ Class StaticTranslation
<div><a class="xref" href="Hi.Mech.Topo.ITransformer.html">ITransformer</a></div>
<div><a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a></div>
<div><a class="xref" href="Hi.Mech.Topo.IGetInverseTransformer.html">IGetInverseTransformer</a></div>
<div><a class="xref" href="Hi.Common.IToPresentDto.html">IToPresentDto</a></div>
</dd>
</dl>
@@ -604,6 +605,40 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_Mech_Topo_StaticTranslation_ToPresentDto_" data-uid="Hi.Mech.Topo.StaticTranslation.ToPresentDto*"></a>
<h3 id="Hi_Mech_Topo_StaticTranslation_ToPresentDto" data-uid="Hi.Mech.Topo.StaticTranslation.ToPresentDto">
ToPresentDto()
</h3>
<div class="markdown level1 summary"><p>Convert StaticTranslation 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 translation properties</p>
</dd>
</dl>
<a id="Hi_Mech_Topo_StaticTranslation_ToString_" data-uid="Hi.Mech.Topo.StaticTranslation.ToString*"></a>
<h3 id="Hi_Mech_Topo_StaticTranslation_ToString" data-uid="Hi.Mech.Topo.StaticTranslation.ToString">