Table of Contents

Class FatturaBase

Namespace
FatturaElettronica
Assembly
FatturaElettronica.dll
public abstract class FatturaBase : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
Inheritance
FatturaBase
Implements
Derived
Inherited Members
Extension Methods

Properties

SistemaEmittente

public string SistemaEmittente { get; set; }

Property Value

string

Methods

CreateInstanceFromXml(Stream, bool)

public static FatturaBase CreateInstanceFromXml(Stream stream, bool validateSignature = false)

Parameters

stream Stream
validateSignature bool

Returns

FatturaBase

GetFormatoTrasmissione()

public abstract string GetFormatoTrasmissione()

Returns

string

GetLocalName()

protected abstract string GetLocalName()

Returns

string

GetNameSpace()

protected abstract string GetNameSpace()

Returns

string

ReadAndHandleXmlStartElement(XmlReader)

protected override void ReadAndHandleXmlStartElement(XmlReader r)

Parameters

r XmlReader

ReadXml(XmlReader)

Deserializes the current BusinessObject from a XML stream.

public override void ReadXml(XmlReader r)

Parameters

r XmlReader

Active XML stream reader.

Remarks

Reads the outer element. Leaves the reader at the same depth.

WriteXml(XmlWriter)

Serializes the current BusinessObject instance to a XML stream.

public override void WriteXml(XmlWriter w)

Parameters

w XmlWriter

Active XML stream writer.

Remarks

Writes only its inner content, not the outer element. Leaves the writer at the same depth.