Skip to content

AllegatoDocumento class

Binary repesentation, with metadata, of a XML attachment ("fattura elettronica").

public class AllegatoDocumento

Public Members

name description
AllegatoDocumento() The default constructor.
Allegato { get; set; } Binary representation of the attachment. This field holds the attachment itself.
DataDocumento { get; set; } Attachment's date.
Descrizione { get; set; } Attachemnt's description.
Formato { get; set; } Attachment's format. Valid examples would be "PDF", "XML", "TXT", "DOC", etc.
Nome { get; set; } Attachment's name.
NumeroDocumento { get; set; } Attachment's number.

See Also