Skip to content

Commit 5611c3e

Browse files
committed
Updated docs from commit bc86ed4 on refs/heads/master
1 parent 89b32fc commit 5611c3e

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

api/Magicodes.ExporterAndImporter.Excel.ExcelImporter.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ <h5 class="typeParameters">Type Parameters</h5>
282282

283283

284284
<a id="Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import_" data-uid="Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import*"></a>
285-
<h4 id="Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import__1_Stream_Stream_" data-uid="Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream)">Import&lt;T&gt;(Stream, Stream)</h4>
285+
<h4 id="Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import__1_Stream_Stream_Func_ImportResult___0__ImportResult___0___" data-uid="Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream,Func{ImportResult{``0},ImportResult{``0}})">Import&lt;T&gt;(Stream, Stream, Func&lt;ImportResult&lt;T&gt;, ImportResult&lt;T&gt;&gt;)</h4>
286286
<div class="markdown level1 summary"><p>导入模型验证数据并返回错误标注Stream</p>
287287
</div>
288288
<div class="markdown level1 conceptual"></div>
289289
<h5 class="decalaration">Declaration</h5>
290290
<div class="codewrapper">
291-
<pre><code class="lang-csharp hljs">public Task&lt;ImportResult&lt;T&gt;&gt; Import&lt;T&gt;(Stream stream, Stream labelingFileStream)
291+
<pre><code class="lang-csharp hljs">public Task&lt;ImportResult&lt;T&gt;&gt; Import&lt;T&gt;(Stream stream, Stream labelingFileStream, Func&lt;ImportResult&lt;T&gt;, ImportResult&lt;T&gt;&gt; importResultCallback = null)
292292
where T : class, new()</code></pre>
293293
</div>
294294
<h5 class="parameters">Parameters</h5>
@@ -311,6 +311,11 @@ <h5 class="parameters">Parameters</h5>
311311
<td><span class="parametername">labelingFileStream</span></td>
312312
<td></td>
313313
</tr>
314+
<tr>
315+
<td><span class="xref">Func</span>&lt;<span class="xref">ImportResult</span>&lt;T&gt;, <span class="xref">ImportResult</span>&lt;T&gt;&gt;</td>
316+
<td><span class="parametername">importResultCallback</span></td>
317+
<td></td>
318+
</tr>
314319
</tbody>
315320
</table>
316321
<h5 class="returns">Returns</h5>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"output": {
181181
".html": {
182182
"relative_path": "api/Magicodes.ExporterAndImporter.Excel.ExcelImporter.html",
183-
"hash": "1+79D2nCI8hWja25IstCklV7hHqqBX5AlSLs8xlx/zE="
183+
"hash": "aJsmgDSKZkxxmuDVMX2dtXGswkb7aFBwLCF3fh0R8X8="
184184
}
185185
},
186186
"is_incremental": false,

xrefmap.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -955,15 +955,15 @@ references:
955955
fullName.vb: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import(Of T)(Stream)
956956
nameWithType: ExcelImporter.Import<T>(Stream)
957957
nameWithType.vb: ExcelImporter.Import(Of T)(Stream)
958-
- uid: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream)
959-
name: Import<T>(Stream, Stream)
960-
href: api/Magicodes.ExporterAndImporter.Excel.ExcelImporter.html#Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import__1_Stream_Stream_
961-
commentId: M:Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream)
962-
name.vb: Import(Of T)(Stream, Stream)
963-
fullName: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import<T>(Stream, Stream)
964-
fullName.vb: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import(Of T)(Stream, Stream)
965-
nameWithType: ExcelImporter.Import<T>(Stream, Stream)
966-
nameWithType.vb: ExcelImporter.Import(Of T)(Stream, Stream)
958+
- uid: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream,Func{ImportResult{``0},ImportResult{``0}})
959+
name: Import<T>(Stream, Stream, Func<ImportResult<T>, ImportResult<T>>)
960+
href: api/Magicodes.ExporterAndImporter.Excel.ExcelImporter.html#Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import__1_Stream_Stream_Func_ImportResult___0__ImportResult___0___
961+
commentId: M:Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(Stream,Stream,Func{ImportResult{``0},ImportResult{``0}})
962+
name.vb: Import(Of T)(Stream, Stream, Func(Of ImportResult(Of T), ImportResult(Of T)))
963+
fullName: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import<T>(Stream, Stream, Func<ImportResult<T>, ImportResult<T>>)
964+
fullName.vb: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import(Of T)(Stream, Stream, Func(Of ImportResult(Of T), ImportResult(Of T)))
965+
nameWithType: ExcelImporter.Import<T>(Stream, Stream, Func<ImportResult<T>, ImportResult<T>>)
966+
nameWithType.vb: ExcelImporter.Import(Of T)(Stream, Stream, Func(Of ImportResult(Of T), ImportResult(Of T)))
967967
- uid: Magicodes.ExporterAndImporter.Excel.ExcelImporter.Import``1(System.String,Func{ImportResult{``0},ImportResult{``0}})
968968
name: Import<T>(String, Func<ImportResult<T>, ImportResult<T>>)
969969
href: api/Magicodes.ExporterAndImporter.Excel.ExcelImporter.html#Magicodes_ExporterAndImporter_Excel_ExcelImporter_Import__1_System_String_Func_ImportResult___0__ImportResult___0___

0 commit comments

Comments
 (0)