tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class StackTransformer
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class StackTransformer : ITransformer, IMakeXmlSource, IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class StackTransformer : ITransformer, IMakeXmlSource, IToPresentDto, IDisposable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -121,6 +121,7 @@ Class StackTransformer
|
||||
<dd>
|
||||
<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.Common.IToPresentDto.html">IToPresentDto</a></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -733,6 +734,40 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Mech_Topo_StackTransformer_ToPresentDto_" data-uid="Hi.Mech.Topo.StackTransformer.ToPresentDto*"></a>
|
||||
|
||||
<h3 id="Hi_Mech_Topo_StackTransformer_ToPresentDto" data-uid="Hi.Mech.Topo.StackTransformer.ToPresentDto">
|
||||
ToPresentDto()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Convert StackTransformer 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 stack properties</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user