Click or drag to resize

FinvoiceExportT Methods

The FinvoiceExportT type exposes the following members.

Methods
  Name Description
Protected method FormatDecimal  
Public method GenerateFinvoices  
Protected method GetSerializableObject Gets a serializable object as XmlElement. One that you can bolt on to SOAP header
Protected method GetSoapXmlWriterSettings  
Protected method GetXmlWriter Finvoice impels these really strict rules on top of XML which we just can't control with regular XML writer
(Overrides XmlSchemaExportTGetXmlWriter(Stream, XmlWriterSettings))
Protected method GetXmlWriterSettings
(Overrides XmlSchemaExportTGetXmlWriterSettings)
Protected method IncludeDocType Whether to include the Finvoice DOCTYPE and DTD in the Finvoice
Protected method OnPreWrite
(Overrides XmlSchemaExportTOnPreWrite(XmlWriter))
Protected method PopulateSoapBody  
Protected method PopulateSoapHeader  
Protected method PopulateXmlReaderSchemas
(Overrides XmlSchemaExportTPopulateXmlReaderSchemas(XmlSchemaSet))
Protected method SplitString Divides string to multiple "rows". Each row has a max string length and there is also a max row count. So the whole string might not fit and it get truncated.
Public method WriteInvoice  
Public method WriteSoapEnvelope  
Top
See Also