3 instantiations of IngestionDocumentHeader
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
27
new
IngestionDocumentHeader
("header"),
34
new
IngestionDocumentHeader
("nested header"),
44
new
IngestionDocumentHeader
("header 2"),
4 references to IngestionDocumentHeader
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionDocumentElement.cs (1)
120
/// Initializes a new instance of the <see cref="
IngestionDocumentHeader
"/> class.
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
51
Assert.IsType<
IngestionDocumentHeader
>(flatElements[0]);
57
Assert.IsType<
IngestionDocumentHeader
>(flatElements[3]);
61
Assert.IsType<
IngestionDocumentHeader
>(flatElements[5]);