This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -782,26 +782,30 @@ Any exceptions during file reading are captured and can be inspected through the
<a id="Hi_Mapping_TimeMapping_MakeXmlSource_" data-uid="Hi.Mapping.TimeMapping.MakeXmlSource*"></a>
<h3 id="Hi_Mapping_TimeMapping_MakeXmlSource_System_String_System_String_" data-uid="Hi.Mapping.TimeMapping.MakeXmlSource(System.String,System.String)">
MakeXmlSource(string, string)
<h3 id="Hi_Mapping_TimeMapping_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.Mapping.TimeMapping.MakeXmlSource(System.String,System.String,System.Boolean)">
MakeXmlSource(string, string, bool)
</h3>
<div class="markdown level1 summary"><p>Creates an XML representation of the time mapping data.</p>
<div class="markdown level1 summary"><p>Creates an XML representation of the time mapping data.
<code class="paramref">relFile</code> is not used in current implementation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile)</code></pre>
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile, bool exhibitionOnly)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The base directory for creating relative file paths.</p>
<dd><p>The base directory for resolving relative paths</p>
</dd>
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The relative file path (not used in current implementation).</p>
<dd><p>The relative file path for the XML source</p>
</dd>
<dt><code>exhibitionOnly</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p>if true, the extended file creation is suppressed.</p>
</dd>
</dl>
@@ -818,7 +822,7 @@ Any exceptions during file reading are captured and can be inspected through the
<h4 class="section" id="Hi_Mapping_TimeMapping_MakeXmlSource_System_String_System_String__remarks">Remarks</h4>
<h4 class="section" id="Hi_Mapping_TimeMapping_MakeXmlSource_System_String_System_String_System_Boolean__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>The XML structure includes:</p>
<ul>
<li>A root TimeMapping element</li>