Table of Contents

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

r XmlReader

Properties

AlgoritmoCompressione

Algoritmo usato per comprimere l'attachment (ad es. ZIP, RAR, ...)

[DataProperty(22)]
public string AlgoritmoCompressione { get; set; }

Property Value

string

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

string

FormatoAttachment

Formato dell'attachment (ad es: TXT, XML, DOC, PDF, ...)

[DataProperty(28)]
public string FormatoAttachment { get; set; }

Property Value

string

NomeAttachment

Nome dell'allegato.

[DataProperty(16)]
public string NomeAttachment { get; set; }

Property Value

string