Class Allegati
- Namespace
- FatturaElettronica.Common
- Assembly
- FatturaElettronica.dll
Dati relativi ad eventuale allegato.
public class Allegati : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
Allegati
- Implements
- Inherited Members
- Extension Methods
Constructors
Allegati()
public Allegati()
Allegati(XmlReader)
public Allegati(XmlReader r)
Parameters
Properties
AlgoritmoCompressione
Algoritmo usato per comprimere l'attachment (ad es. ZIP, RAR, ...)
[DataProperty(22)]
public string AlgoritmoCompressione { get; set; }
Property Value
Attachment
Contiene il documento allegato alla fattura; il contenuto è demandato agli accordi tra PA e fornitore.
[DataProperty(40)]
public byte[] Attachment { get; set; }
Property Value
- byte[]
DescrizioneAttachment
Descrizione del documento.
[DataProperty(34)]
public string DescrizioneAttachment { get; set; }
Property Value
FormatoAttachment
Formato dell'attachment (ad es: TXT, XML, DOC, PDF, ...)
[DataProperty(28)]
public string FormatoAttachment { get; set; }
Property Value
NomeAttachment
Nome dell'allegato.
[DataProperty(16)]
public string NomeAttachment { get; set; }