7 instantiations of IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Tests (7)
IngestionDocumentTests.cs (7)
14{ new IngestionDocumentParagraph("header") }, 15{ new IngestionDocumentParagraph("row1") }, 16{ new IngestionDocumentParagraph("row2") } 28new IngestionDocumentParagraph("paragraph"), 35new IngestionDocumentParagraph("nested paragraph") 45new IngestionDocumentParagraph("paragraph 2") 71=> Assert.Throws<ArgumentNullException>(() => new IngestionDocumentParagraph(input!));
4 references to IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionDocumentElement.cs (1)
105/// Initializes a new instance of the <see cref="IngestionDocumentParagraph"/> class.
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
53Assert.IsType<IngestionDocumentParagraph>(flatElements[1]); 59Assert.IsType<IngestionDocumentParagraph>(flatElements[4]); 63Assert.IsType<IngestionDocumentParagraph>(flatElements[6]);