Class CiiXmlWriter

Namespace
EInvoice.Cii.Serialization
Assembly
EInvoice.Cii.dll

AOT-compatible CII XML writer that serializes an Invoice domain model directly to XML using XmlWriter, bypassing generated types and XmlSerializer.

public static class CiiXmlWriter
Inheritance
CiiXmlWriter
Inherited Members

Methods

Write(XmlWriter, Invoice, InvoiceProfile?)

public static void Write(XmlWriter writer, Invoice invoice, InvoiceProfile? profile = null)

Parameters

writer XmlWriter
invoice Invoice
profile InvoiceProfile