rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
@@ -148,7 +148,7 @@ Class XFactory
|
||||
|
||||
|
||||
<h2 id="Hi_Common_XmlUtils_XFactory_remarks">Remarks</h2>
|
||||
<div class="markdown level0 remarks"><p>Generator functions must be added to <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Regs">Regs</a> to enable the factory to create objects from XML.</p>
|
||||
<div class="markdown level0 remarks"><p>Generator functions must be added to <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Generators">Generators</a> to enable the factory to create objects from XML.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -156,10 +156,10 @@ Class XFactory
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Common_XmlUtils_XFactory_Regs_" data-uid="Hi.Common.XmlUtils.XFactory.Regs*"></a>
|
||||
<a id="Hi_Common_XmlUtils_XFactory_Generators_" data-uid="Hi.Common.XmlUtils.XFactory.Generators*"></a>
|
||||
|
||||
<h3 id="Hi_Common_XmlUtils_XFactory_Regs" data-uid="Hi.Common.XmlUtils.XFactory.Regs">
|
||||
Regs
|
||||
<h3 id="Hi_Common_XmlUtils_XFactory_Generators" data-uid="Hi.Common.XmlUtils.XFactory.Generators">
|
||||
Generators
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -168,7 +168,7 @@ Class XFactory
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Dictionary<string, XFactory.GenByXElementDelegate> Regs { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Dictionary<string, XFactory.XGeneratorDelegate> Generators { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ Class XFactory
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a>.<a class="xref" href="Hi.Common.XmlUtils.XFactory.GenByXElementDelegate.html">GenByXElementDelegate</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a>.<a class="xref" href="Hi.Common.XmlUtils.XFactory.XGeneratorDelegate.html">XGeneratorDelegate</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user